Fix int64 test of t_4bytes_4_neg
authorRichard Levitte <levitte@openssl.org>
Mon, 10 Apr 2017 19:50:25 +0000 (21:50 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 11 Apr 2017 20:08:41 +0000 (22:08 +0200)
commitafd7cae2713e407bce5cd7bbc47fcf9c1d7c3862
treec8045c065729edf8f5cc7a6407911b0a7b2cb361
parentfe55c4a20f79c77c64a082c5df2c5e8a61317162
Fix int64 test of t_4bytes_4_neg

{ 0x80, 0x00, 0x00, 0x00 } decoded isn't (positive) 0x80000000,
it's (negative) INT32_MIN.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3160)
test/asn1_encode_test.c