mirror of
https://github.com/openssl/openssl.git
synced 2024-11-24 18:43:34 +08:00
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 <geoff@openssl.org>
This commit is contained in:
parent
d2cc3d8a4e
commit
c9011ec460
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user