mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
add kdf.h to mkdef.pl
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
3e30fa0a6d
commit
7f5f4102d4
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user