From 0dba0613ea50e36fb23e327dbbf835475d00beab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Sat, 2 Dec 2000 19:34:42 +0000 Subject: [PATCH] argl --- crypto/bn/bn_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bn/bn_lib.c b/crypto/bn/bn_lib.c index 87972ce7b0..af8ec34a49 100644 --- a/crypto/bn/bn_lib.c +++ b/crypto/bn/bn_lib.c @@ -786,7 +786,7 @@ int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, if (dl < 0) { - for (i=-dl; i>0; i++) + for (i=-dl; i<0; i++) { if (b[n+i] != 0) return -1; /* a < b */ -- 2.25.1