Check that sk_SSL_CIPHER_value returns non-NULL value.
authorDaniel Fiala <daniel@openssl.org>
Sun, 18 Sep 2022 05:36:36 +0000 (07:36 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 20 Sep 2022 16:27:17 +0000 (18:27 +0200)
commit630d31219b343d2654ab03d2e2c7884e764936ab
tree5017216cd7d10d50a8cbe13d91952997258a8d5f
parent4689fe1bfd390db591ad5ab5479f06b52ac6f337
Check that sk_SSL_CIPHER_value returns non-NULL value.

Fixes openssl#19162.

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