Fix warning.
authorBen Laurie <ben@openssl.org>
Sun, 28 Feb 2010 13:38:16 +0000 (13:38 +0000)
committerBen Laurie <ben@openssl.org>
Sun, 28 Feb 2010 13:38:16 +0000 (13:38 +0000)
crypto/bn/asm/x86_64-gcc.c

index a0c49ee97834c60aa9853e4f1b6de3840368215a..acb0b401181e32983b94d7ce19c002b41585f31b 100644 (file)
@@ -63,6 +63,7 @@
 
 #undef mul
 #undef mul_add
+#undef sqr
 
 /*
  * "m"(a), "+m"(r)     is the way to favor DirectPath ยต-code;