Move Poly1305 to providers
[openssl.git] / providers / common / include / internal / provider_algs.h
index 9f20417894e63f3a7c256403c00bd6f11711c404..3260d93673e0a76b2c327f0d0e5f1021bb0e889b 100644 (file)
@@ -75,6 +75,7 @@ extern const OSSL_DISPATCH hmac_functions[];
 extern const OSSL_DISPATCH kmac128_functions[];
 extern const OSSL_DISPATCH kmac256_functions[];
 extern const OSSL_DISPATCH siphash_functions[];
+extern const OSSL_DISPATCH poly1305_functions[];
 
 /* Key management */
 extern const OSSL_DISPATCH dh_keymgmt_functions[];