summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-23 16:06:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-23 16:06:33 +0000
commit949c6f8ccf76be7367de4638ae948266179f696e (patch)
treeac0e1b82f47935ea7ab9688c3e09c041ce7fd70a /crypto/bn/asm
parent199e92bb57e41b379becd45eaa7933b4fd173a60 (diff)
Stop warnings.
Diffstat (limited to 'crypto/bn/asm')
-rw-r--r--crypto/bn/asm/x86_64-gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/x86_64-gcc.c b/crypto/bn/asm/x86_64-gcc.c
index a0c49ee978..9296851ec5 100644
--- a/crypto/bn/asm/x86_64-gcc.c
+++ b/crypto/bn/asm/x86_64-gcc.c
@@ -98,7 +98,7 @@
: "cc"); \
(r)=carry, carry=high; \
} while (0)
-
+#undef sqr
#define sqr(r0,r1,a) \
asm ("mulq %2" \
: "=a"(r0),"=d"(r1) \