X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fecp_nistz256.c;h=7d953a306d6fa34e836dde4235cbf7e94e3e02e1;hp=579a3ad622b7efd1cf1dc82f68ff3ef552156ab7;hb=94af0cd7f3a8130bbc23feb743b176a74eec7e10;hpb=98ab57644f44d2d83595c2d0f69138a284d6096b diff --git a/crypto/ec/ecp_nistz256.c b/crypto/ec/ecp_nistz256.c index 579a3ad622..7d953a306d 100644 --- a/crypto/ec/ecp_nistz256.c +++ b/crypto/ec/ecp_nistz256.c @@ -179,7 +179,6 @@ static BN_ULONG is_zero(BN_ULONG in) { in |= (0 - in); in = ~in; - in &= BN_MASK2; in >>= BN_BITS2 - 1; return in; }