From: Rich Salz Date: Thu, 14 May 2015 19:57:30 +0000 (-0400) Subject: Update mkdef for moved header file. X-Git-Tag: OpenSSL_1_1_0-pre1~1137 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9f5be870e86ef57b52854be6328e1844afa95814;p=oweals%2Fopenssl.git Update mkdef for moved header file. crypto/cryptlib.h moved to crypto/include/internal; update the script. Reviewed-by: Richard Levitte --- 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;