Skip to content

Commit 3f7d9c4

Browse files
authored
Update Tools/ssl/make_ssl_data.py
1 parent ba277c9 commit 3f7d9c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tools/ssl/make_ssl_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ def main(args=None):
224224
args.reasons = sorted(reasons, key=operator.itemgetter(0, 3))
225225

226226
commit = get_openssl_git_commit(args)
227-
228227
lines = [
229228
"/* File generated by Tools/ssl/make_ssl_data.py */",
230229
f"/* Generated on {datetime.datetime.now(datetime.UTC).isoformat()} */",

0 commit comments

Comments
 (0)