diff options
Diffstat (limited to 'openssl/util/mkdef.pl')
-rw-r--r-- | openssl/util/mkdef.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/util/mkdef.pl b/openssl/util/mkdef.pl index 40ed2ddeb..ab4732909 100644 --- a/openssl/util/mkdef.pl +++ b/openssl/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; |