We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d633f19 commit f34b16eCopy full SHA for f34b16e
1 file changed
Tools/ssl/make_ssl_data.py
@@ -134,7 +134,6 @@ def parse_openssl_error_text(args):
134
"""
135
# ignore backslash line continuation (placed before <MESSAGE> if present)
136
pat = re.compile(r"^((\w+?)_R_(\w+)):(\d+):")
137
- seen = {}
138
for match in file_search(args.errtxt, pat):
139
reason, libname, errname, num = match.groups()
140
if "_F_" in reason: # ignore function codes
0 commit comments