X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fkdf_lib.c;h=de2ab232e3e98cf92a12b60513e3d6a26b509fbf;hp=811fe727f69fbf358fffa3cb110a98e2a8fe0d25;hb=9537fe5757bb07761fa275d779bbd40bcf5530e4;hpb=6098b69e5817068c49e63487d3424b4122a1796d diff --git a/crypto/evp/kdf_lib.c b/crypto/evp/kdf_lib.c index 811fe727f6..de2ab232e3 100644 --- a/crypto/evp/kdf_lib.c +++ b/crypto/evp/kdf_lib.c @@ -31,6 +31,7 @@ static const EVP_KDF_METHOD *standard_methods[] = { &tls1_prf_kdf_meth, &hkdf_kdf_meth, &sshkdf_kdf_meth, + &ss_kdf_meth }; DECLARE_OBJ_BSEARCH_CMP_FN(const EVP_KDF_METHOD *, const EVP_KDF_METHOD *,