summaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-22 14:44:58 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-11-22 14:44:58 +0000
commit5b6aaac9e6ebb578e731ee194a46b1802e78db99 (patch)
tree8932b54c762d6df2875fad1f90d00f222d69f5ee /util/mkdef.pl
parent8ce6421803f338f69edb4dd29e48ce02584860d4 (diff)
add cryptlib.h to mkdef.pl
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 46b175d9ee..193e1e10cf 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -272,6 +272,7 @@ $ssl.=" ssl/tls1.h";
$ssl.=" ssl/srtp.h";
my $crypto ="crypto/crypto.h";
+$crypto.=" crypto/cryptlib.h";
$crypto.=" crypto/o_dir.h";
$crypto.=" crypto/o_str.h";
$crypto.=" crypto/o_time.h";