From bcd9d12a8d209e4c2c158dc88368753095f38210 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 28 Feb 2010 13:38:16 +0000 Subject: [PATCH] Fix warning. --- crypto/bn/asm/x86_64-gcc.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.25.1