]> git.ipfire.org Git - thirdparty/openssl.git/commit
ossl_provider_library_context(NULL) returns NULL.
authorPauli <paul.dale@oracle.com>
Thu, 29 Aug 2019 03:02:54 +0000 (13:02 +1000)
committerPauli <paul.dale@oracle.com>
Fri, 6 Sep 2019 09:27:57 +0000 (19:27 +1000)
commit185ce3d93e25effe3c8f8992339c177ea4883d4f
treed7217e5a80a14d3787790fead9097dc18ce23577
parent9d8e1569aa2adee724497ab016c5086ccbccad33
ossl_provider_library_context(NULL) returns NULL.

This will only be required until everything is moved to providers and a NULL
provider pointer won't be possible.

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