[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Sat Mar 5 18:45:53 UTC 2016
The branch master has been updated
via a4cb3bc8f205383ed087f83950c42a9049db7494 (commit)
from 0c8734198d4282f6997965a03cd2e0ceaf207549 (commit)
- Log -----------------------------------------------------------------
commit a4cb3bc8f205383ed087f83950c42a9049db7494
Author: Rich Salz <rsalz at akamai.com>
Date: Sat Mar 5 01:00:50 2016 -0500
GH616: Remove dead code
Signed-off-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Emilia Käsper <emilia at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/ec/ec_mult.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/crypto/ec/ec_mult.c b/crypto/ec/ec_mult.c
index 7e1418c..70c9791 100644
--- a/crypto/ec/ec_mult.c
+++ b/crypto/ec/ec_mult.c
@@ -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:
*/
More information about the openssl-commits
mailing list