From: Niels Möller Date: Sat, 28 Nov 2020 13:14:41 +0000 (+0100) Subject: Add missing #undef for _chacha_crypt_2core. X-Git-Tag: nettle_3.7rc1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2a2ccbf37c63ec3c5833492ba1ffb4b33bdc20f;p=thirdparty%2Fnettle.git Add missing #undef for _chacha_crypt_2core. --- diff --git a/chacha-crypt.c b/chacha-crypt.c index 56181092..0d6ecee1 100644 --- a/chacha-crypt.c +++ b/chacha-crypt.c @@ -60,6 +60,8 @@ #define _chacha_crypt_3core chacha_crypt #define _chacha_crypt32_3core chacha_crypt32 #elif HAVE_NATIVE_chacha_2core +#undef _chacha_crypt_2core +#undef _chacha_crypt32_2core #define _chacha_crypt_2core chacha_crypt #define _chacha_crypt32_2core chacha_crypt32 #elif !(HAVE_NATIVE_fat_chacha_3core || HAVE_NATIVE_fat_chacha_2core)