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 ba277c9 commit 3f7d9c4Copy full SHA for 3f7d9c4
1 file changed
Tools/ssl/make_ssl_data.py
@@ -224,7 +224,6 @@ def main(args=None):
224
args.reasons = sorted(reasons, key=operator.itemgetter(0, 3))
225
226
commit = get_openssl_git_commit(args)
227
-
228
lines = [
229
"/* File generated by Tools/ssl/make_ssl_data.py */",
230
f"/* Generated on {datetime.datetime.now(datetime.UTC).isoformat()} */",
0 commit comments