X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_gcd.c;h=7496dbc3bd83b753dd12f4e52854c5bf6c27668b;hp=1691877f31079edfce6344a58a5e2cb7a614fb4f;hb=ac0f1d0b1406b426bc67b84ea51a7fa593609b9b;hpb=124d8cf701cb363415746d258fe30f42b989540d 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)) {