From 9f5be870e86ef57b52854be6328e1844afa95814 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 14 May 2015 15:57:30 -0400 Subject: [PATCH] Update mkdef for moved header file. crypto/cryptlib.h moved to crypto/include/internal; update the script. Reviewed-by: Richard Levitte --- util/mkdef.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1