Skip to content

Commit

Permalink
drop extra warning in header.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrautz committed Jul 21, 2017
1 parent ffad343 commit c88bdbb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/generate-ffdhe.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,13 +419,6 @@ 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('//\n')
f.write('// I also agree to have manually vetted this file for correctness.\n')
f.write('//\n')
f.write('// If I do not agree, I will not have removed the line above saying\n')
f.write('// otherwise. Nor will I have removed the line below this one which\n')
f.write('// will cause a preprocessor error. Oops!\n')
f.write('#error Please verify this file is correct\n')
f.write('\n')

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

0 comments on commit c88bdbb

Please sign in to comment.