* util/mkdef.pl: Add crypto/o_str.h and crypto/o_time.h. Maybe some
more need to be added...
This commit is contained in:
parent
013f3d999f
commit
5a39d3a838
1 changed files with 2 additions and 0 deletions
|
@ -258,6 +258,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;
|
||||
|
|
Loading…
Reference in a new issue