apps/crl: Print just the hash value if printing just hash
authorTomas Mraz <tomas@openssl.org>
Mon, 15 Mar 2021 12:53:10 +0000 (13:53 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 17 Mar 2021 11:49:10 +0000 (12:49 +0100)
commit48fad58f7b170ee9b81231d6aa65d39e13fbe09b
treecc16867cadee6643009a87ea296bfec756d54721
parent50864bd2f7bcbc76cb68c46c4f4c6ce57c683a5f
apps/crl: Print just the hash value if printing just hash

This partially reverts the output format change for
openssl crl -hash output.

Fixes #14546

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14553)
apps/crl.c