Skip to content

Commit

Permalink
infer filename automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrautz committed Jul 21, 2017
1 parent c88bdbb commit 797d91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-ffdhe.py
Expand Up @@ -418,7 +418,7 @@ def writeHeader(f):

f.write(hdr)
f.write('\n')
f.write('// Automatically generated by "generate-ffdhe.py". DO NOT EDIT BY HAND.\n')
f.write('// Automatically generated by "{0}". DO NOT EDIT BY HAND.\n'.format(os.path.basename(__file__)))
f.write('\n')

def writeCStr(f, identifier, str):
Expand Down

0 comments on commit 797d91f

Please sign in to comment.