summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias St. Pierre <matthias.st.pierre@ncp-e.com>2023-11-05 00:18:08 +0100
committerTomas Mraz <tomas@openssl.org>2023-11-15 08:37:42 +0100
commit1b83adc065130fcea913b4f7b1e13176d4aa1074 (patch)
treef67e152ef04977572ea58ce4f6d5cf357a684a6d
parent43919068a406de60b6c172eefc171a8ec965b902 (diff)
README: add link to OpenSSL 3.2 manual pages
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/22625) (cherry picked from commit 4f0172c543dd0f5582d52185bfe2c132faee9c8e)
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa1a233ab1..c3dac35096 100644
--- a/README.md
+++ b/README.md
@@ -154,6 +154,7 @@ available online.
- [OpenSSL master](https://www.openssl.org/docs/manmaster)
- [OpenSSL 3.0](https://www.openssl.org/docs/man3.0)
- [OpenSSL 3.1](https://www.openssl.org/docs/man3.1)
+- [OpenSSL 3.2](https://www.openssl.org/docs/man3.2)
Demos
-----