Make sure all errors go on the stack in the EVP_PKEY_new*() functions
authorMatt Caswell <matt@openssl.org>
Mon, 5 Mar 2018 19:26:36 +0000 (19:26 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 15 Mar 2018 12:47:27 +0000 (12:47 +0000)
commit0bcc8ec9d386bc067410f169682cef6b5da4455b
treefa7e20a342f346f3c7a91fd0ebf3978ebc51d5b2
parent82dd65a2a74c151cf62723609510d83d32c83a52
Make sure all errors go on the stack in the EVP_PKEY_new*() functions

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5520)
crypto/evp/p_lib.c