summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2010-02-28 13:38:16 +0000
committerBen Laurie <ben@openssl.org>2010-02-28 13:38:16 +0000
commitbcd9d12a8d209e4c2c158dc88368753095f38210 (patch)
tree911e0806f3f1cbc70eebf21de28d6c9f2835af44 /crypto/bn
parent79363339b78fc43d35fcec3dd237a0cba27e1489 (diff)
Fix warning.
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/asm/x86_64-gcc.c1
1 files changed, 1 insertions, 0 deletions
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;