From 48da9b8f2aa984f0efd2f188fc17b4c1f0af31be Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 11 Apr 2011 14:52:59 +0000 Subject: [PATCH] Fix warning. --- 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 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" \ -- 2.25.1