From: Niels Möller Date: Wed, 19 Aug 2020 20:28:16 +0000 (+0200) Subject: Fix definition of HAVE_NATIVE_aes_decrypt and HAVE_NATIVE_aes_encrypt X-Git-Tag: nettle_3.7rc1~76^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f263fcf97a29b97e88ef71a1f4c422b68917654b;p=thirdparty%2Fnettle.git Fix definition of HAVE_NATIVE_aes_decrypt and HAVE_NATIVE_aes_encrypt --- diff --git a/configure.ac b/configure.ac index 0e4b41f3..212f8e78 100644 --- a/configure.ac +++ b/configure.ac @@ -580,6 +580,8 @@ AC_SUBST([IF_ASM]) AH_VERBATIM([HAVE_NATIVE], [/* Define to 1 each of the following for which a native (ie. CPU specific) implementation of the corresponding routine exists. */ +#undef HAVE_NATIVE_aes_decrypt +#undef HAVE_NATIVE_aes_encrypt #undef HAVE_NATIVE_chacha_core #undef HAVE_NATIVE_chacha_3core #undef HAVE_NATIVE_fat_chacha_3core