Submitted by:

Reviewed by:
PR:
This commit is contained in:
Bodo Möller 1999-04-23 23:13:45 +00:00
parent bf57da0717
commit ca20f59bd0

View File

@ -210,8 +210,8 @@ sub header
EOF
print "#include <stdio.h>\n";
print "#include \"err.h\"\n";
print "#include \"$header\"\n";
print "#include <openssl/err.h>\n";
print "#include <openssl/$header>\n";
print "\n/* BEGIN ERROR CODES */\n";
print "#ifndef NO_ERR\n";
}