提交 a4cb3bc8 编写于 作者: R Rich Salz 提交者: Rich Salz

GH616: Remove dead code

Signed-off-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NEmilia Käsper <emilia@openssl.org>
上级 0c873419
...@@ -320,8 +320,6 @@ int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, ...@@ -320,8 +320,6 @@ int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
wNAF[num] = tmp_wNAF; wNAF[num] = tmp_wNAF;
wNAF[num + 1] = NULL; wNAF[num + 1] = NULL;
wNAF_len[num] = tmp_len; wNAF_len[num] = tmp_len;
if (tmp_len > max_len)
max_len = tmp_len;
/* /*
* pre_comp->points starts with the points that we need here: * pre_comp->points starts with the points that we need here:
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册