From: Maamoun TK Date: Thu, 9 Jul 2020 06:38:31 +0000 (+0300) Subject: Add missing undef directives in configure.ac X-Git-Tag: nettle_3.7rc1~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb143cc5685f537b88c10e6a0bd1677970ac9bd6;p=thirdparty%2Fnettle.git Add missing undef directives in configure.ac --- 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