From: Bodo Möller Date: Sun, 8 Apr 2001 18:47:23 +0000 (+0000) Subject: comment X-Git-Tag: OpenSSL_0_9_6c~182^2~270 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ac0f1d0b1406b426bc67b84ea51a7fa593609b9b;p=oweals%2Fopenssl.git comment --- 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)) {