aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-03-02 21:32:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-03-02 21:32:30 +0000
commit7f5f4102d455f7b89e8a9dd2f84fd5383303cd49 (patch)
treee48e729340a314797a6b6366dc250f7c3f89baff /util/mkdef.pl
parent3e30fa0a6df46b39e0c69b3ab8f9d1c03cab2012 (diff)
downloadopenssl-7f5f4102d455f7b89e8a9dd2f84fd5383303cd49.tar.gz
add kdf.h to mkdef.pl
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
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";