File 0394-crypto-Fix-doc-for-FIPS-with-OpenSSL-3.patch of Package erlang
From bb6e559fd2178616db5b90464692f90786802865 Mon Sep 17 00:00:00 2001
From: Sverker Eriksson <sverker@erlang.org>
Date: Tue, 20 Jun 2023 20:55:03 +0200
Subject: [PATCH 14/14] crypto: Fix doc for FIPS with OpenSSL 3
---
lib/crypto/doc/src/crypto_app.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/crypto/doc/src/crypto_app.xml b/lib/crypto/doc/src/crypto_app.xml
index dcc86cd49c..4bc019f244 100644
--- a/lib/crypto/doc/src/crypto_app.xml
+++ b/lib/crypto/doc/src/crypto_app.xml
@@ -50,9 +50,9 @@
LibreSSL should also work.</p>
<p>The crypto app is tested daily with at least one version of each of the
- OpenSSL 1.0.1, 1.0.2, 1.1.0, 1.1.1 and 3.0. FIPS mode is also tested for 1.0.1 and 1.0.2.</p>
+ OpenSSL 1.0.1, 1.0.2, 1.1.0, 1.1.1 and 3.0. FIPS mode is also tested for 1.0.1, 1.0.2 and 3.0.</p>
- <p>Using OpenSSL 3.0 with Engines or in FIPS mode is not yet supported by the OTP/crypto app.</p>
+ <p>Using OpenSSL 3.0 with Engines is not yet supported by the OTP/crypto app.</p>
<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.
--
2.35.3