Fix segfault in openssl app called with no args.
authorShane Lontis <shane.lontis@oracle.com>
Wed, 17 Jun 2020 23:03:32 +0000 (09:03 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 17 Jun 2020 23:03:32 +0000 (09:03 +1000)
commitb75f08cb13ca2e03946e0beeaac2e0ffa0d2aae7
tree8d2a5b136768ff2ce36e3afe621fc62c6a282afa
parent24b6261e5bb286fa494e7208a3de28365e0ca004
Fix segfault in openssl app called with no args.

This is a result of removal of interactive mode.
Redirected it to now use 'openssl help'.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12164)
apps/openssl.c
test/recipes/20-test_app.t [new file with mode: 0644]