From: Ben Laurie Date: Sun, 28 Feb 2010 13:38:16 +0000 (+0000) Subject: Fix warning. X-Git-Tag: OpenSSL_1_0_0~35 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bcd9d12a8d209e4c2c158dc88368753095f38210;p=oweals%2Fopenssl.git Fix warning. --- diff --git a/crypto/bn/asm/x86_64-gcc.c b/crypto/bn/asm/x86_64-gcc.c index a0c49ee978..acb0b40118 100644 --- a/crypto/bn/asm/x86_64-gcc.c +++ b/crypto/bn/asm/x86_64-gcc.c @@ -63,6 +63,7 @@ #undef mul #undef mul_add +#undef sqr /* * "m"(a), "+m"(r) is the way to favor DirectPath ยต-code;