projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf57da0
)
Submitted by:
author
Bodo Möller
<bodo@openssl.org>
Fri, 23 Apr 1999 23:13:45 +0000
(23:13 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 23 Apr 1999 23:13:45 +0000
(23:13 +0000)
Reviewed by:
PR:
crypto/err/err_genc.pl
patch
|
blob
|
history
diff --git
a/crypto/err/err_genc.pl
b/crypto/err/err_genc.pl
index 21f1b9bd9d1ad21255b5e82c24a1866b9a772743..af4d5155e793756c2f8de32ca6c20e53cce66772 100644
(file)
--- a/
crypto/err/err_genc.pl
+++ b/
crypto/err/err_genc.pl
@@
-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";
}