From: Niels Möller Date: Thu, 9 Jul 2020 14:01:02 +0000 (+0200) Subject: Fix preprocessor warnings X-Git-Tag: nettle_3.7rc1~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e8da664f238b2fbb431fe1dbdc2b88f86cefe34;p=thirdparty%2Fnettle.git Fix preprocessor warnings --- diff --git a/salsa20-crypt-internal.c b/salsa20-crypt-internal.c index cc46d024..1b9ca42b 100644 --- a/salsa20-crypt-internal.c +++ b/salsa20-crypt-internal.c @@ -45,8 +45,10 @@ #include "memxor.h" #if HAVE_NATIVE_salsa20_2core +#undef _salsa20_crypt_2core #define _salsa20_crypt_2core _salsa20_crypt #elif !HAVE_NATIVE_fat_salsa20_2core +#undef _salsa20_crypt_1core #define _salsa20_crypt_1core _salsa20_crypt #endif