diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c index 6dd5d99ec..830da87f5 100644 --- a/crypto/bn/bn_div.c +++ b/crypto/bn/bn_div.c @@ -238,7 +238,7 @@ int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, q=BN_MASK2; else #if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words) - q=((((BN_ULLONG)n0)<