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:
8ce6421
)
add cryptlib.h to mkdef.pl
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 22 Nov 2011 14:44:58 +0000
(14:44 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 22 Nov 2011 14:44:58 +0000
(14:44 +0000)
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index 46b175d9ee0f214e188566f6fc3fbdc326c54f51..193e1e10cf74f3938f6eff7aba814a5a81972bce 100755
(executable)
--- a/
util/mkdef.pl
+++ b/
util/mkdef.pl
@@
-272,6
+272,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";