APPS: Remove the format argument where it's not used
authorRichard Levitte <levitte@openssl.org>
Sat, 24 Oct 2020 14:31:57 +0000 (16:31 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 26 Oct 2020 08:43:39 +0000 (09:43 +0100)
commit22dddfb925da8775eaf4ee8c377da41e6535afe1
tree86eae67fce686dd241e2540b7b03b42b247f7918
parentb6120b5f5442c3ddd081a9378ec89b888c3bb0fe
APPS: Remove the format argument where it's not used

Also, restore a behaviour change, where load_cert() would look at
stdin when the input file name is NULL, and make sure to call
load_cert_pass() with a corresponding argument where load_cert() was
used in OpenSSL 1.1.1.

Fixes #13235

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13236)
14 files changed:
apps/ca.c
apps/cms.c
apps/crl.c
apps/include/apps.h
apps/lib/apps.c
apps/lib/s_cb.c
apps/ocsp.c
apps/pkeyutl.c
apps/rsautl.c
apps/s_client.c
apps/s_server.c
apps/smime.c
apps/verify.c
apps/x509.c