The branch master has been updated
       via  a4cb3bc8f205383ed087f83950c42a9049db7494 (commit)
      from  0c8734198d4282f6997965a03cd2e0ceaf207549 (commit)


- Log -----------------------------------------------------------------
commit a4cb3bc8f205383ed087f83950c42a9049db7494
Author: Rich Salz <[email protected]>
Date:   Sat Mar 5 01:00:50 2016 -0500

    GH616: Remove dead code
    
    Signed-off-by: Rich Salz <[email protected]>
    Reviewed-by: Emilia Käsper <[email protected]>

-----------------------------------------------------------------------

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:
                  */
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to