From c9011ec460c90b95b47a8a0ba2ae3ebdd3860db0 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Fri, 25 Apr 2014 00:58:16 -0400 Subject: [PATCH] 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 --- util/mkdef.pl | 1 - 1 file changed, 1 deletion(-) 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; -- GitLab