projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
124d8cf
)
comment
author
Bodo Möller
<bodo@openssl.org>
Sun, 8 Apr 2001 18:47:23 +0000
(18:47 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Sun, 8 Apr 2001 18:47:23 +0000
(18:47 +0000)
crypto/bn/bn_gcd.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_gcd.c
b/crypto/bn/bn_gcd.c
index 1691877f31079edfce6344a58a5e2cb7a614fb4f..7496dbc3bd83b753dd12f4e52854c5bf6c27668b 100644
(file)
--- 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))
{