diff --git a/.gitignore b/.gitignore index 816f26a..441d120 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,10 @@ *.o luksrku luksrku-config -openssl-1.1.0.tar.gz -openssl-1.1.0 +openssl-1.1.0a.tar.gz +openssl-1.1.0a + +client.bin +client.txt +server.bin +server.txt diff --git a/codegen/print_help b/codegen/print_help index b262c13..9e646da 100755 --- a/codegen/print_help +++ b/codegen/print_help @@ -65,13 +65,13 @@ hpp.add([ "--max-bcast-errs=CNT" ], "This is the number of UDP broadcast attempt hpp.add([ "-v", "--verbose" ], "Increase logging verbosity.") for (index, line) in enumerate(hpp.format_params()): if index == 0: - print("fprintf(stderr, \"%%s%s\\n\", pgmname);" % (line)) + print(" fprintf(stderr, \"%%s%s\\n\", pgmname);" % (line)) else: - print("fprintf(stderr, \" %s\\n\");" % (line)) -print("fprintf(stderr, \"\\n\");") + print(" fprintf(stderr, \" %s\\n\");" % (line)) +print(" fprintf(stderr, \"\\n\");") for line in hpp.format_help(): - print("fprintf(stderr, \" %s\\n\");" % (line)) -print("fprintf(stderr, \"\\n\");") + print(" fprintf(stderr, \" %s\\n\");" % (line)) +print(" fprintf(stderr, \"\\n\");") #examples = [