Commit ca20f59b authored by Bodo Möller's avatar Bodo Möller
Browse files

Submitted by:
Reviewed by:
PR:
parent bf57da07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
	}