projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e30fa0
)
add kdf.h to mkdef.pl
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 2 Mar 2016 21:32:30 +0000
(21:32 +0000)
committer
Dr. 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
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index c7160036f06bc0745f3910136f4dbee2e88ab615..409a39019f94a26871b337b3e85a1bc63a3c4bfd 100755
(executable)
--- 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";