From: Richard Levitte Date: Tue, 22 Mar 2011 23:54:13 +0000 (+0000) Subject: * util/mkdef.pl: Add crypto/o_str.h and crypto/o_time.h. Maybe some X-Git-Tag: OpenSSL_1_0_0e~55 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bc5a53f5e98a736f8b1f02206d5d1be988b7bce9;p=oweals%2Fopenssl.git * util/mkdef.pl: Add crypto/o_str.h and crypto/o_time.h. Maybe some more need to be added... --- diff --git a/util/mkdef.pl b/util/mkdef.pl index 40ed2ddeb2..ab47329097 100755 --- 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;