From eb143cc5685f537b88c10e6a0bd1677970ac9bd6 Mon Sep 17 00:00:00 2001 From: Maamoun TK Date: Thu, 9 Jul 2020 09:38:31 +0300 Subject: [PATCH] Add missing undef directives in configure.ac --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index a89f3ec3..a01eb7d3 100644 --- a/configure.ac +++ b/configure.ac @@ -571,7 +571,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_gcm_init_key8 #undef HAVE_NATIVE_gcm_hash8 +#undef HAVE_NATIVE_gcm_fill #undef HAVE_NATIVE_salsa20_core #undef HAVE_NATIVE_salsa20_2core #undef HAVE_NATIVE_fat_salsa20_2core -- 2.47.2