Move Poly1305 to providers
[openssl.git] / crypto / evp / c_allm.c
index e3e03e1261f010ee7661b831001adae97f5497b8..f5442dfa6c5d769687abf4d43802981568c0e995 100644 (file)
@@ -14,6 +14,7 @@ void openssl_add_all_macs_int(void)
 {
 #ifndef OPENSSL_NO_BLAKE2
     EVP_add_mac(&blake2b_mac_meth);
+    EVP_add_mac(&blake2s_mac_meth);
 #endif
 #ifndef OPENSSL_NO_CMAC
     EVP_add_mac(&cmac_meth);