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:
a310428
)
add cryptlib.h to mkdef.pl
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 22 Nov 2011 14:44:42 +0000
(14:44 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 22 Nov 2011 14:44:42 +0000
(14:44 +0000)
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index f73733b4251d7cf87462142e22c0d9026c1f1436..a8a2dfe7c2d0cc8f4a6b024975af0fa90fe505f2 100755
(executable)
--- a/
util/mkdef.pl
+++ b/
util/mkdef.pl
@@
-271,6
+271,7
@@
$ssl.=" ssl/tls1.h";
$ssl.=" ssl/srtp.h";
my $crypto ="crypto/crypto.h";
+$crypto.=" crypto/cryptlib.h";
$crypto.=" crypto/o_dir.h";
$crypto.=" crypto/o_str.h";
$crypto.=" crypto/o_time.h";