From 102c8f47bf899bfc76047bdde396d40ea3b6ce7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 2 Aug 2002 15:28:31 +0000 Subject: [PATCH] typo --- crypto/ec/ec2_mult.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ec/ec2_mult.c b/crypto/ec/ec2_mult.c index d766375369..41b4c95715 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)) { -- 2.25.1