summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_div.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-10 14:03:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-10 14:03:27 +0000
commitf41154b206ff5cea6b8c04a38fb0f14ddd9b3459 (patch)
treeb0b62bb7f7b947fe8ec562379cd81e1ba4facd60 /crypto/bn/bn_div.c
parent3096d53b4657762f5a6868323439452a9bbed666 (diff)
#undef bn_div_words as it is defined for FIPS builds.
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 2c5a4b13cf..92ef8cb918 100644
--- a/crypto/bn/bn_div.c
+++ b/crypto/bn/bn_div.c
@@ -143,6 +143,7 @@ int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
*
* <appro@fy.chalmers.se>
*/
+#undef bn_div_words
# define bn_div_words(n0,n1,d0) \
({ asm volatile ( \
"divl %4" \