summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_div.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-11 14:52:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-11 14:52:59 +0000
commit48da9b8f2aa984f0efd2f188fc17b4c1f0af31be (patch)
treeeef9eff8158d89ff1c07b84afde5acbad0af1d43 /crypto/bn/bn_div.c
parent6909dccc323d89a38a795a274fd1fe13aa1d5250 (diff)
Fix warning.
Diffstat (limited to 'crypto/bn/bn_div.c')
-rw-r--r--crypto/bn/bn_div.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c
index a6a955808b..2c5a4b13cf 100644
--- a/crypto/bn/bn_div.c
+++ b/crypto/bn/bn_div.c
@@ -157,6 +157,7 @@ int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
* Same story here, but it's 128-bit by 64-bit division. Wow!
* <appro@fy.chalmers.se>
*/
+# undef bn_div_words
# define bn_div_words(n0,n1,d0) \
({ asm volatile ( \
"divq %4" \