From: Geoff Thorpe Date: Fri, 25 Apr 2014 04:58:16 +0000 (-0400) Subject: util/mkdef.pl: o_time.h doesn't exist any more X-Git-Tag: master-post-reformat~857 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c9011ec460c90b95b47a8a0ba2ae3ebdd3860db0;p=oweals%2Fopenssl.git util/mkdef.pl: o_time.h doesn't exist any more o_time.h was removed in commit ff49a94, which breaks "make update" unless mkdir.pl is updated accordingly. Signed-off-by: Geoff Thorpe --- diff --git a/util/mkdef.pl b/util/mkdef.pl index 8d74eaa9a9..3dc846f6aa 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -281,7 +281,6 @@ my $crypto ="crypto/crypto.h"; $crypto.=" crypto/cryptlib.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;