summaryrefslogtreecommitdiffstats
path: root/README-PROVIDERS.md
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2022-03-09 11:55:36 +0100
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2022-03-11 17:23:31 +0100
commitf967cdbfb9e1e67cde7f947b950355a232d230fe (patch)
treefe62199d5a81b6fb7c9c2f84d8526d15bb1f5f6e /README-PROVIDERS.md
parent32c8f265ee7e68da5eafe6c3699f048f93a315db (diff)
docs: correct manual page links for version 3.0
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17852)
Diffstat (limited to 'README-PROVIDERS.md')
-rw-r--r--README-PROVIDERS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README-PROVIDERS.md b/README-PROVIDERS.md
index 33533f671c..25e49c8618 100644
--- a/README-PROVIDERS.md
+++ b/README-PROVIDERS.md
@@ -20,7 +20,7 @@ distribute their own providers which can be added to OpenSSL dynamically.
Documentation about writing providers is available on the [provider(7)]
manual page.
- [provider(7)]: https://www.openssl.org/docs/manmaster/man7/provider.html
+ [provider(7)]: https://www.openssl.org/docs/man3.0/man7/provider.html
The Default Provider
--------------------
@@ -88,7 +88,7 @@ Providers to be loaded can be specified in the OpenSSL config file.
See the [config(5)] manual page for information about how to configure
providers via the config file, and how to automatically activate them.
- [config(5)]: https://www.openssl.org/docs/manmaster/man5/config.html
+ [config(5)]: https://www.openssl.org/docs/man3.0/man5/config.html
The following is a minimal config file example to load and activate both
the legacy and the default provider in the default library context.