From: Darren Tucker Date: Fri, 1 Jan 2021 11:00:49 +0000 (+1100) Subject: Undef int32 after sort routines. X-Git-Tag: V_8_5_P1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a23954eeb930ccc8a66a2710153730769dba31b6;p=thirdparty%2Fopenssh-portable.git Undef int32 after sort routines. This prevents typedef'ing crypto_int32 twice, in sntrup761.c and crypto_api.h, which some compilers (at least some GCCs) don't accept. --- diff --git a/sntrup761.c b/sntrup761.c index db5aaacab..5b2456ad2 100644 --- a/sntrup761.c +++ b/sntrup761.c @@ -92,6 +92,8 @@ static void crypto_sort_uint32(void *array,long long n) for (j = 0;j < n;++j) x[j] ^= 0x80000000; } +#undef int32 + /* from supercop-20201130/crypto_kem/sntrup761/ref/uint64.h */ #ifndef UINT64_H #define UINT64_H