* util/mkdef.pl: Add crypto/o_str.h and crypto/o_time.h. Maybe some
authorRichard Levitte <levitte@openssl.org>
Tue, 22 Mar 2011 23:54:15 +0000 (23:54 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 22 Mar 2011 23:54:15 +0000 (23:54 +0000)
  more need to be added...

util/mkdef.pl

index 29cbe7dbc02e433c5ed0fdf0a773bb7c1e2803f4..dcd622429f08d18cdfdb160dd9816c9b3da5afe3 100755 (executable)
@@ -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;