bn: fix occurance of negative zero in BN_rshift1()
authorRichard Levitte <levitte@openssl.org>
Wed, 1 Feb 2017 01:29:46 +0000 (02:29 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 1 Feb 2017 01:31:41 +0000 (02:31 +0100)
commit0a2dcb6990dacc94337f746f4f4a6dfac1fbeac4
treef6dc194c1aeacc67789a8f4ee51705f42d1a1ed8
parent38d1b3cc0271008b8bd130a2c4b442775b028a08
bn: fix occurance of negative zero in BN_rshift1()

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/bn/bn_shift.c