Fix coverity CID #1465594 - Null dereference in EVP_PKEY_get0()
authorShane Lontis <shane.lontis@oracle.com>
Tue, 11 Aug 2020 05:03:42 +0000 (15:03 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 24 Aug 2020 01:19:28 +0000 (11:19 +1000)
commit3c1ccfea85e6dcb93aba5cfb166d7aa88bd0a587
treeed96ad3f0880b6a904db7cef9c331ae8ccbf9a10
parent05ead000650b885deaf48b08509e8d14a5b7dd78
Fix coverity CID #1465594 - Null dereference in EVP_PKEY_get0()

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12628)
crypto/evp/p_lib.c