]> git.ipfire.org Git - thirdparty/openssl.git/commit
Merge ossl_provider_activate() and ossl_provider_activate_child()
authorMatt Caswell <matt@openssl.org>
Mon, 21 Jun 2021 11:08:39 +0000 (12:08 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 24 Jun 2021 13:48:14 +0000 (14:48 +0100)
commit814c2018e11c99aeb3d84e0fee2b3943ff4039c8
treef8be7de986e700d45148f88e5085d41e8e1fd145
parenteb2263da9abf3676cbcac672eee8a26416a8c309
Merge ossl_provider_activate() and ossl_provider_activate_child()

These 2 functions have become so close to each other that they may as well
be just one function.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15854)
crypto/provider.c
crypto/provider_child.c
crypto/provider_conf.c
crypto/provider_core.c
include/internal/provider.h
test/provider_internal_test.c