From adc7fe123bffef5514dd0fe18e184623a589b3d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Wed, 9 Jun 1999 21:13:27 +0000 Subject: [PATCH] Circumvent bug in SC5 without patch #107357-01. Submitted by: Andy Polyakov --- crypto/bn/bn_div.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c index baff07040a..defcf90c82 100644 --- a/crypto/bn/bn_div.c +++ b/crypto/bn/bn_div.c @@ -216,10 +216,10 @@ int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, t1=((BN_ULLONG)n0<>BN_BITS2) || - (t2 <= ((BN_ULLONG)(rem<>BN_BITS2) || + (t2 <= ((rem<