Fix CRL app so that stdin works.
authorShane Lontis <shane.lontis@oracle.com>
Wed, 28 Apr 2021 02:51:49 +0000 (12:51 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Fri, 30 Apr 2021 06:04:52 +0000 (16:04 +1000)
commite9d62da6c305d947530d91e412fdb21a8d8e3510
tree85779474a2d93c84c351e697aed8627c269c2040
parent9ac653d81a857a5452f9f25278a24e1dfb226905
Fix CRL app so that stdin works.

Fixes #15031

The maybe_stdin needed to be passed to load_key_certs_crls().

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15058)
apps/crl.c
apps/include/apps.h
apps/lib/apps.c
apps/s_client.c
apps/s_server.c
test/recipes/25-test_crl.t