From: Pauli Date: Mon, 31 May 2021 04:29:55 +0000 (+1000) Subject: ec: remove TODOs X-Git-Tag: openssl-3.0.0-beta1~247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4656d9ecd1794a2555384ae8bd9b13dd3afbe5b1;p=thirdparty%2Fopenssl.git ec: remove TODOs Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/15539) --- diff --git a/crypto/ec/ec_mult.c b/crypto/ec/ec_mult.c index ed5d4032704..c6ec2964b7c 100644 --- a/crypto/ec/ec_mult.c +++ b/crypto/ec/ec_mult.c @@ -387,7 +387,7 @@ int ossl_ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r, #undef EC_POINT_BN_set_flags /* - * TODO: table should be optimised for the wNAF-based implementation, + * Table could be optimised for the wNAF-based implementation, * sometimes smaller windows will give better performance (thus the * boundaries should be increased) */