aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-05-14 15:57:30 -0400
committerRich Salz <rsalz@openssl.org>2015-05-14 15:58:14 -0400
commit9f5be870e86ef57b52854be6328e1844afa95814 (patch)
treecb552f7f69f7b538e5c7502d0c7d263c543299ca /util/mkdef.pl
parenta3aadb2d9c85bc958a428a17ef5d6c9de5ef87b8 (diff)
downloadopenssl-9f5be870e86ef57b52854be6328e1844afa95814.tar.gz
Update mkdef for moved header file.
crypto/cryptlib.h moved to crypto/include/internal; update the script. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 18bc1ab305..e2b1fb6d4a 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -261,7 +261,7 @@ $ssl.=" include/openssl/tls1.h";
$ssl.=" include/openssl/srtp.h";
my $crypto ="include/openssl/crypto.h";
-$crypto.=" crypto/cryptlib.h";
+$crypto.=" crypto/include/internal/cryptlib.h";
$crypto.=" include/internal/o_dir.h";
$crypto.=" include/internal/o_str.h";
$crypto.=" include/openssl/des.h" ; # unless $no_des;