Check for a failure return from EVP_MD_CTX_new() in OCSP_basic_sign().
authorPauli <paul.dale@oracle.com>
Sun, 2 Sep 2018 21:29:45 +0000 (07:29 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 2 Sep 2018 23:57:28 +0000 (09:57 +1000)
commita8d3dbe19b5c7e5b828792bfe7dcf8dc6d225c62
tree9fa292f63560e40cbbf23baff7dcf96fd6a989eb
parent59701e6363531cddef5b2114c0127b8453deb1f3
Check for a failure return from EVP_MD_CTX_new() in OCSP_basic_sign().

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7087)
crypto/ocsp/ocsp_srv.c