From e81a337d4e7c5bf79ac30ef1d4993cfdda4af491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Sun, 30 Oct 2022 19:28:15 +0100 Subject: Revert change to HAVE_NATIVE_poly1305_* definitions. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 5ee7239e..4e9dceda 100644 --- a/configure.ac +++ b/configure.ac @@ -759,6 +759,9 @@ AH_VERBATIM([HAVE_NATIVE], #undef HAVE_NATIVE_ecc_secp384r1_redc #undef HAVE_NATIVE_ecc_secp521r1_modp #undef HAVE_NATIVE_ecc_secp521r1_redc +#undef HAVE_NATIVE_poly1305_set_key +#undef HAVE_NATIVE_poly1305_block +#undef HAVE_NATIVE_poly1305_digest #undef HAVE_NATIVE_poly1305_blocks #undef HAVE_NATIVE_ghash_set_key #undef HAVE_NATIVE_ghash_update -- cgit v1.2.1