add kdf.h to mkdef.pl
authorDr. Stephen Henson <steve@openssl.org>
Wed, 2 Mar 2016 21:32:30 +0000 (21:32 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 2 Mar 2016 21:32:30 +0000 (21:32 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
util/mkdef.pl

index c7160036f06bc0745f3910136f4dbee2e88ab615..409a39019f94a26871b337b3e85a1bc63a3c4bfd 100755 (executable)
@@ -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";