From: Dr. Stephen Henson Date: Mon, 11 Apr 2011 14:52:59 +0000 (+0000) Subject: Fix warning. X-Git-Tag: OpenSSL-fips-2_0-rc1~569 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=48da9b8f2aa984f0efd2f188fc17b4c1f0af31be;p=oweals%2Fopenssl.git Fix warning. --- 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! * */ +# undef bn_div_words # define bn_div_words(n0,n1,d0) \ ({ asm volatile ( \ "divq %4" \