diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c index 2c5a4b13cfb1cdc506290ba1262f5e5a8efec6e9..92ef8cb918bd6ce61432a9db43b8f80fa0006828 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" \