summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-08-19 22:28:16 +0200
committerNiels Möller <nisse@lysator.liu.se>2020-08-26 18:13:51 +0200
commitf263fcf97a29b97e88ef71a1f4c422b68917654b (patch)
tree9185b7a827f280f3c4e9fa812496fbfa581e095a /configure.ac
parent4b9e015cc935b6ad1701f8399218e9325adccbfa (diff)
downloadnettle-f263fcf97a29b97e88ef71a1f4c422b68917654b.tar.gz
Fix definition of HAVE_NATIVE_aes_decrypt and HAVE_NATIVE_aes_encrypt
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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