summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_gcd.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-04-08 18:47:23 +0000
committerBodo Möller <bodo@openssl.org>2001-04-08 18:47:23 +0000
commitac0f1d0b1406b426bc67b84ea51a7fa593609b9b (patch)
tree29988507571fce04e97caf49429b2676de117ab6 /crypto/bn/bn_gcd.c
parent124d8cf701cb363415746d258fe30f42b989540d (diff)
comment
Diffstat (limited to 'crypto/bn/bn_gcd.c')
-rw-r--r--crypto/bn/bn_gcd.c2
1 files changed, 1 insertions, 1 deletions
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))
{