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:
d3bcbba
)
typo
author
Bodo Möller
<bodo@openssl.org>
Fri, 2 Aug 2002 15:28:31 +0000
(15:28 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 2 Aug 2002 15:28:31 +0000
(15:28 +0000)
crypto/ec/ec2_mult.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ec2_mult.c
b/crypto/ec/ec2_mult.c
index d7663753693486caa4f3dae91b6fd86421ccb023..41b4c957156a4998461ae39c800b00587d1ca904 100644
(file)
--- a/
crypto/ec/ec2_mult.c
+++ b/
crypto/ec/ec2_mult.c
@@
-340,7
+340,7
@@
int ec_GF2m_mont_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
}
/* This implementation is more efficient than the wNAF implementation for 2
- * or fewer points. Use the ec_wNAF_mul implementation 3 or more points.
+ * or fewer points. Use the ec_wNAF_mul implementation
for
3 or more points.
*/
if ((scalar && (num > 1)) || (num > 2))
{