mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
ff756eedb3
The EVP_KDF_ definitions are no longer needed, and neither is EVP_get_kdfbyname() test/evp_kdf_test.c tried to use a EVP_get_kdfbyname() that was rewritten to use EVP_KDF_fetch() without ever freeing the resulting KDF method. It's better to refactor the test to use EVP_KDF_fetch directly. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9662) |
||
---|---|---|
.. | ||
internal | ||
openssl |