SSL_export_keying_material: fix return check
authorPeiwei Hu <jlu.hpw@foxmail.com>
Sun, 14 Nov 2021 16:27:31 +0000 (00:27 +0800)
committerTomas Mraz <tomas@openssl.org>
Mon, 22 Nov 2021 13:43:44 +0000 (14:43 +0100)
commit40649e36c4c0c9438f62e1bf2ccb983f6854c662
tree7b9fb64944a1ca50343e179a17399d033ca9b7ad
parenta9ed63f1d1d8993a8b30fc978ce09674f97f061d
SSL_export_keying_material: fix return check

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