Fix VC warnings about unary minus to an unsigned type.
authorKurt Roeckx <kurt@roeckx.be>
Sun, 15 Jan 2017 11:33:45 +0000 (12:33 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 20 Mar 2017 21:10:54 +0000 (22:10 +0100)
commit9abe889702bdc73f9490f611f54bf9c865702554
tree48ee09a1610fad46af1d754c7e44a6b647913232
parente5afec1831248c767be7c5844a88535dabecc01a
Fix VC warnings about unary minus to an unsigned type.

Reviewed-by: Andy Polyakov <appro@openssl.org>
GH: #2230
(partial cherry pick from commit 68d4bcfd0651c7ea5d37ca52abc0d2e6e6b3bd20)
crypto/asn1/x_long.c