Don't call strsignal, just print the signal number.
authorPauli <paul.dale@oracle.com>
Mon, 19 Mar 2018 21:17:32 +0000 (07:17 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 21 Mar 2018 23:42:44 +0000 (09:42 +1000)
commitaed3df20c105b6555ea2aeff559f2fab4ad4cefc
treef7aa71189f63502ba86eb3bcdad4c66fee89f692
parente613b1eff40f21cd99240f9884cd3396b0ab50f1
Don't call strsignal, just print the signal number.
The strsignal call is not supported by some machines, so avoid its use.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5658)
apps/ocsp.c