projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7936333
)
Fix warning.
author
Ben Laurie
<ben@openssl.org>
Sun, 28 Feb 2010 13:38:16 +0000
(13:38 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sun, 28 Feb 2010 13:38:16 +0000
(13:38 +0000)
crypto/bn/asm/x86_64-gcc.c
patch
|
blob
|
history
diff --git
a/crypto/bn/asm/x86_64-gcc.c
b/crypto/bn/asm/x86_64-gcc.c
index a0c49ee97834c60aa9853e4f1b6de3840368215a..acb0b401181e32983b94d7ce19c002b41585f31b 100644
(file)
--- 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;