Implement SSH KDF
[openssl.git] / crypto / evp / kdf_lib.c
index 05f5cec3a9d3b2636b3de44f657eccc2a31afc97..811fe727f69fbf358fffa3cb110a98e2a8fe0d25 100644 (file)
@@ -29,7 +29,8 @@ static const EVP_KDF_METHOD *standard_methods[] = {
     &scrypt_kdf_meth,
 #endif
     &tls1_prf_kdf_meth,
-    &hkdf_kdf_meth
+    &hkdf_kdf_meth,
+    &sshkdf_kdf_meth,
 };
 
 DECLARE_OBJ_BSEARCH_CMP_FN(const EVP_KDF_METHOD *, const EVP_KDF_METHOD *,