Fix errstr error code parsing
authorMatt Caswell <matt@openssl.org>
Wed, 10 Feb 2016 19:41:27 +0000 (19:41 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 11 Feb 2016 08:53:11 +0000 (08:53 +0000)
commit210ac6824670b4d207f6ea7257d21adb44986ee4
tree195190264d6ed66fbcdc82991e9af9589f3d5eeb
parent124cbe188753d5a73990b416b4ae3fd6cc90b77a
Fix errstr error code parsing

Error codes are printed in hex, and previous OpenSSL versions expected
the error codes to be provided to errstr in hex. In 1.1.0, for some
reason, it was expecting them to be decimal.

Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/errstr.c