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:
83382fb
)
* util/mkdef.pl: Add crypto/o_str.h and crypto/o_time.h. Maybe some
author
Richard Levitte
<levitte@openssl.org>
Tue, 22 Mar 2011 23:54:13 +0000
(23:54 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 22 Mar 2011 23:54:13 +0000
(23:54 +0000)
more need to be added...
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index 40ed2ddeb22a1de3f8b2aafb013c21a9f3fa0925..ab4732909749468680332dd49d912dffcbd9fc71 100755
(executable)
--- a/
util/mkdef.pl
+++ b/
util/mkdef.pl
@@
-257,6
+257,8
@@
$ssl.=" ssl/tls1.h";
my $crypto ="crypto/crypto.h";
$crypto.=" crypto/o_dir.h";
+$crypto.=" crypto/o_str.h";
+$crypto.=" crypto/o_time.h";
$crypto.=" crypto/des/des.h crypto/des/des_old.h" ; # unless $no_des;
$crypto.=" crypto/idea/idea.h" ; # unless $no_idea;
$crypto.=" crypto/rc4/rc4.h" ; # unless $no_rc4;