aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-08-02 15:28:31 +0000
committerBodo Möller <bodo@openssl.org>2002-08-02 15:28:31 +0000
commit102c8f47bf899bfc76047bdde396d40ea3b6ce7c (patch)
tree724612fcbf85168df9c735f9927adae7ce64f3e0 /crypto
parentd3bcbba45c4f161d88e30fd8b0434e8e24202681 (diff)
downloadopenssl-102c8f47bf899bfc76047bdde396d40ea3b6ce7c.zip
openssl-102c8f47bf899bfc76047bdde396d40ea3b6ce7c.tar.gz
openssl-102c8f47bf899bfc76047bdde396d40ea3b6ce7c.tar.bz2
typo
Diffstat (limited to 'crypto')
-rw-r--r--crypto/ec/ec2_mult.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ec2_mult.c b/crypto/ec/ec2_mult.c
index d766375..41b4c95 100644
--- 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))
{