From ac0f1d0b1406b426bc67b84ea51a7fa593609b9b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sun, 8 Apr 2001 18:47:23 +0000 Subject: [PATCH] comment --- crypto/bn/bn_gcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bn/bn_gcd.c b/crypto/bn/bn_gcd.c index 1691877f31..7496dbc3bd 100644 --- a/crypto/bn/bn_gcd.c +++ b/crypto/bn/bn_gcd.c @@ -330,7 +330,7 @@ BIGNUM *BN_mod_inverse(BIGNUM *in, } else { - /* general inversion algorithm (less efficient than binary inversion) */ + /* general inversion algorithm */ while (!BN_is_zero(B)) { -- 2.25.1