When apps_startup() fails, exit with a failure code and a message
authorRichard Levitte <levitte@openssl.org>
Fri, 30 Jun 2017 18:47:45 +0000 (20:47 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 1 Jul 2017 08:04:07 +0000 (10:04 +0200)
commit6650db730960e5c5429e70db1b998c90228f44a1
tree9ece430726729496137441f24dd05966d3c0113e
parent60ccf93d1bb5fb29907f789a913e6e259dfc1ee2
When apps_startup() fails, exit with a failure code and a message

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

(cherry picked from commit f2da4a4917eae1bf66290e1bd8ccd3db69d3fe63)
apps/openssl.c