diff --git a/crypto/bn/bn_gcd.c b/crypto/bn/bn_gcd.c index 1691877f3..7496dbc3b 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)) {