summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2011-03-22 23:54:15 +0000
committerRichard Levitte <levitte@openssl.org>2011-03-22 23:54:15 +0000
commit5a39d3a838ee81927bea686f3344138cfbaff2be (patch)
tree48d65f6e26b55596afea957eb3de9f26a92b4ce3 /util
parent013f3d999fecdb9eb74c308d6a81b7655dfddf5c (diff)
* util/mkdef.pl: Add crypto/o_str.h and crypto/o_time.h. Maybe some
more need to be added...
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 29cbe7dbc0..dcd622429f 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -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;