From: Ulf Möller Date: Wed, 29 Sep 1999 22:11:06 +0000 (+0000) Subject: VC++ warning. X-Git-Tag: OpenSSL_0_9_5beta1~496 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e1589ece5df95a058329b170f3e6eaae8c71416;p=openssl VC++ warning. --- diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c index 6dd5d99ec4..830da87f58 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)<