mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
GH616: Remove dead code
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
parent
0c8734198d
commit
a4cb3bc8f2
@ -320,8 +320,6 @@ int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
|
||||
wNAF[num] = tmp_wNAF;
|
||||
wNAF[num + 1] = NULL;
|
||||
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:
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user