mirror of https://github.com/openssl/openssl.git
Fix OSSL_PROVIDER_try_load() retain_fallbacks doc
CLA: trivial
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21319)
(cherry picked from commit 063cdca61a)
This commit is contained in:
parent
be0dc8982f
commit
b92d8af93f
|
|
@ -90,8 +90,8 @@ the environment variable OPENSSL_MODULES if set.
|
|||
|
||||
OSSL_PROVIDER_try_load() functions like OSSL_PROVIDER_load(), except that
|
||||
it does not disable the fallback providers if the provider cannot be
|
||||
loaded and initialized or if I<retain_fallbacks> is zero.
|
||||
If the provider loads successfully and I<retain_fallbacks> is nonzero, the
|
||||
loaded and initialized or if I<retain_fallbacks> is nonzero.
|
||||
If the provider loads successfully and I<retain_fallbacks> is zero, the
|
||||
fallback providers are disabled.
|
||||
|
||||
OSSL_PROVIDER_unload() unloads the given provider.
|
||||
|
|
|
|||
Loading…
Reference in New Issue