]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/pmeth_lib.c
Add support for Poly1305 in EVP_PKEY
[thirdparty/openssl.git] / crypto / evp / pmeth_lib.c
index e7845ed43b6bf7a43d72a3f04c9d75fbc97ea45f..66e1e08149741cf5e60719db2ac4ef0feba483cf 100644 (file)
@@ -48,7 +48,10 @@ static const EVP_PKEY_METHOD *standard_methods[] = {
 #ifndef OPENSSL_NO_EC
     &ecx25519_pkey_meth,
 #endif
-    &hkdf_pkey_meth
+    &hkdf_pkey_meth,
+#ifndef OPENSSL_NO_POLY1305
+    &poly1305_pkey_meth,
+#endif
 };
 
 DECLARE_OBJ_BSEARCH_CMP_FN(const EVP_PKEY_METHOD *, const EVP_PKEY_METHOD *,