From f41154b206ff5cea6b8c04a38fb0f14ddd9b3459 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 10 Jun 2011 14:03:27 +0000 Subject: [PATCH] #undef bn_div_words as it is defined for FIPS builds. --- crypto/bn/bn_div.c | 1 + 1 file changed, 1 insertion(+) 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, * * */ +#undef bn_div_words # define bn_div_words(n0,n1,d0) \ ({ asm volatile ( \ "divl %4" \ -- 2.40.0