From f263fcf97a29b97e88ef71a1f4c422b68917654b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Wed, 19 Aug 2020 22:28:16 +0200 Subject: [PATCH] Fix definition of HAVE_NATIVE_aes_decrypt and HAVE_NATIVE_aes_encrypt --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2