add kdf.h to mkdef.pl

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Dr. Stephen Henson 2016-03-02 21:32:30 +00:00
parent 3e30fa0a6d
commit 7f5f4102d4

View File

@ -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";