File 8771-crypto-Fix-docs-about-engine-support-for-OpenSSL-3.patch of Package erlang
From 0c90e0d6f806f3c86fbd35ea1e7ecd5c4940809a Mon Sep 17 00:00:00 2001
From: Sverker Eriksson <sverker@erlang.org>
Date: Tue, 31 Oct 2023 14:36:44 +0100
Subject: [PATCH] crypto: Fix docs about engine support for OpenSSL 3
---
lib/crypto/doc/src/crypto_app.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/crypto/doc/src/crypto_app.xml b/lib/crypto/doc/src/crypto_app.xml
index ce768390e4..ce527d60f4 100644
--- a/lib/crypto/doc/src/crypto_app.xml
+++ b/lib/crypto/doc/src/crypto_app.xml
@@ -52,7 +52,7 @@
<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, 1.0.2 and 3.0.</p>
- <p>Using OpenSSL 3.0 with Engines is not yet supported by the OTP/crypto app.</p>
+ <p>Using OpenSSL 3.0 with Engines is supported since OTP 27.0.</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