RT3993: Fix error found by VS2008
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 9 Sep 2015 03:24:36 +0000 (23:24 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 9 Sep 2015 03:32:53 +0000 (23:32 -0400)
commitd728f0f5f28c9c5347ac371373e3cd4cb350760f
tree133758356b5096969b4a366f49b273ef6ed26fc6
parent4d60c7e10f1d7ebe34842f96e13b64db7fc2dc1b
RT3993: Fix error found by VS2008

Cast and then negate, don't negate an unsigned.

Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/asn1/a_int.c