Move Poly1305 to providers
[openssl.git] / providers / default / defltprov.c
index 1f0626164b6dc20b7cfb42142a071c1e4e4726ac..0897557f47f7689ff64c379c623fc5a7a0e2d82c 100644 (file)
@@ -141,6 +141,9 @@ static const OSSL_ALGORITHM deflt_macs[] = {
     { "KMAC256", "default=yes", kmac256_functions },
 #ifndef OPENSSL_NO_SIPHASH
     { "SipHash", "default=yes", siphash_functions },
+#endif
+#ifndef OPENSSL_NO_POLY1305
+    { "Poly1305", "default=yes", poly1305_functions },
 #endif
     { NULL, NULL, NULL }
 };