summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDuncan Thomson <dthomson@esri.com>2023-06-28 22:02:26 +0100
committerPauli <pauli@openssl.org>2023-07-01 00:17:20 +1000
commit519b14801c4f50e9e71fe99c9a6785c63c0808cc (patch)
treeed974f76497c46b52840c0cd612e09d21f0c9942 /doc
parentcb57590fb04435d6283bcc738a3b0a7c39bd1eeb (diff)
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 063cdca61adfd4d418affe850f8bebbf528d05d9)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/OSSL_PROVIDER.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/OSSL_PROVIDER.pod b/doc/man3/OSSL_PROVIDER.pod
index 9710469e07..4753e76531 100644
--- a/doc/man3/OSSL_PROVIDER.pod
+++ b/doc/man3/OSSL_PROVIDER.pod
@@ -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.