From: Dr. Stephen Henson Date: Wed, 2 Mar 2016 21:32:30 +0000 (+0000) Subject: add kdf.h to mkdef.pl X-Git-Tag: OpenSSL_1_1_0-pre4~387 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7f5f4102d455f7b89e8a9dd2f84fd5383303cd49;p=oweals%2Fopenssl.git add kdf.h to mkdef.pl Reviewed-by: Rich Salz --- diff --git a/util/mkdef.pl b/util/mkdef.pl index c7160036f0..409a39019f 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -295,6 +295,7 @@ $crypto.=" include/openssl/srp.h"; $crypto.=" include/openssl/modes.h"; $crypto.=" include/openssl/async.h"; $crypto.=" include/openssl/ct.h"; +$crypto.=" include/openssl/kdf.h"; my $symhacks="include/openssl/symhacks.h";