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:
ec1258d
)
typo in a comment
author
Bodo Möller
<bodo@openssl.org>
Thu, 27 Jan 2000 14:31:31 +0000
(14:31 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 27 Jan 2000 14:31:31 +0000
(14:31 +0000)
crypto/bn/bn_mont.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_mont.c
b/crypto/bn/bn_mont.c
index cdf7ca191af2609475fa2fa59d8f12c50616cb0b..aaf57da76402ad3bcec9ee874deb4e93bf9780b6 100644
(file)
--- a/
crypto/bn/bn_mont.c
+++ b/
crypto/bn/bn_mont.c
@@
-305,7
+305,7
@@
int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx)
else /* if N mod word size == 1 */
BN_set_word(&Ri,BN_MASK2); /* Ri-- (mod word size) */
BN_div(&Ri,NULL,&Ri,&tmod,ctx); /* Ni = (R*Ri-1)/N,
- * keep only l
i
st significant word: */
+ * keep only l
ea
st significant word: */
mont->n0=Ri.d[0];
BN_free(&Ri);
}