projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add kdf.h to mkdef.pl
[openssl.git]
/
util
/
mkdef.pl
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index
c716003
..
409a390
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";