summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2022-02-17 18:20:38 +0100
committerHans Nilsson <hans@erlang.org>2022-02-22 09:20:53 +0100
commit22bbf26a58596b65a0adb0d8d7def1886b6af45c (patch)
tree9facbb982d658ef048a33484c04d4f9efe6d7f4d
parent97e736e16ed1ef88e5398d9d4d812f5ddaa3678a (diff)
downloaderlang-22bbf26a58596b65a0adb0d8d7def1886b6af45c.tar.gz
crypto: Clearify version
-rw-r--r--lib/crypto/doc/src/crypto_app.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/crypto/doc/src/crypto_app.xml b/lib/crypto/doc/src/crypto_app.xml
index d4713240f4..a823000a64 100644
--- a/lib/crypto/doc/src/crypto_app.xml
+++ b/lib/crypto/doc/src/crypto_app.xml
@@ -52,9 +52,10 @@
<p>The crypto app is tested daily with at least one version of each of the
OpenSSL 0.9.8, 1.0.0, 1.0.1, 1.0.2, 1.1.0 and 1.1.1. FIPS mode is also tested.</p>
- <note><p>Compiling, linking and running with OpenSSL 3.0.0 works although the
+ <note><p>Compiling, linking and running with OpenSSL 3.0 works although the
crypto app calls deprecated functions. We do not recommend it for other than
- experimental purposes or alpha testing, since it is not extensively tested yet.</p></note>
+ experimental purposes or alpha testing, since it is not extensively tested yet.</p>
+ </note>
<p>Source releases of OpenSSL can be downloaded from the <url href="http://www.openssl.org">OpenSSL</url> project home page,
or mirror sites listed there.