summaryrefslogtreecommitdiffstats
path: root/changes-entries
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-11-15 23:24:28 +0100
committerYann Ylavic <ylavic@apache.org>2023-11-15 23:24:28 +0100
commit077db539185ca6d4deb0c07e740a4ba0fdbfe719 (patch)
tree949bee1409ebc7ad65501f4e5b78a559087d0023 /changes-entries
parentmod_ssl: Disable the OpenSSL ENGINE API when OPENSSL_NO_ENGINE is set. PR 68080 (diff)
downloadapache2-077db539185ca6d4deb0c07e740a4ba0fdbfe719.tar.xz
apache2-077db539185ca6d4deb0c07e740a4ba0fdbfe719.zip
Follow up to r1913815: credit Joe in CHANGES too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/pr68080.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/changes-entries/pr68080.txt b/changes-entries/pr68080.txt
index 4fdf39e549..8639465621 100644
--- a/changes-entries/pr68080.txt
+++ b/changes-entries/pr68080.txt
@@ -1,3 +1,3 @@
*) mod_ssl: Disable the OpenSSL ENGINE API when OPENSSL_NO_ENGINE is set.
Allow for "SSLCryptoDevice builtin" if the ENGINE API is not available,
- notably with OpenSSL >= 3. PR 68080. [ Yann Ylavic ]
+ notably with OpenSSL >= 3. PR 68080. [ Yann Ylavic, Joe Orton ]