]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove flag_couldbechild
authorMatt Caswell <matt@openssl.org>
Mon, 21 Jun 2021 10:06:12 +0000 (11:06 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 24 Jun 2021 13:48:14 +0000 (14:48 +0100)
commitd5fbd5b4eda592fd43e8688f69f3bac4ca5dd2da
tree53886169a1f16b61324dce673035fd7d74851711
parent29aff653150c363be2d84f789a10b46d99d5cab9
Remove flag_couldbechild

Now that a provider is no longer put into the store until after it has
been activated we don't need flag_couldbechild any more. This flag was
used to indicate whether a provider was eligible for conversion into a
child provider or not. This was only really interesting for predefined
providers that were automatically created.

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_child.c
crypto/provider_core.c
include/internal/provider.h