From: Nils Larsch Date: Tue, 31 May 2005 20:39:54 +0000 (+0000) Subject: fix assertion X-Git-Tag: FIPS_TEST_9~24 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5c567ffd4c1e223c6a03c1d90c5ed6613493dc5c;p=oweals%2Fopenssl.git fix assertion --- diff --git a/crypto/bn/bn_asm.c b/crypto/bn/bn_asm.c index be8aa3ffc5..19978085b2 100644 --- a/crypto/bn/bn_asm.c +++ b/crypto/bn/bn_asm.c @@ -237,7 +237,7 @@ BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) if (d == 0) return(BN_MASK2); i=BN_num_bits_word(d); - assert((i == BN_BITS2) || (h > (BN_ULONG)1<= d) h-=d;