Ensure ciphers command honours -propquery
authorMatt Caswell <matt@openssl.org>
Wed, 26 Jan 2022 12:35:30 +0000 (12:35 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 27 Jan 2022 16:45:52 +0000 (16:45 +0000)
commitd259be3fe23a6af97fb901699b096d6fb329b357
treef5e9871a4f184d621aec8ee3c736afded061b19e
parent9fa43878ec74f8fa1aa70d9838d913e1c843c4e3
Ensure ciphers command honours -propquery

Any propquery passed via the -propquery option to the ciphers command was
being ignored.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17595)

(cherry picked from commit 4ed381736b063284bdbd5d302988617aa4366a3f)
apps/ciphers.c