]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a change entry for r1896278
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 22 Dec 2021 14:36:29 +0000 (14:36 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 22 Dec 2021 14:36:29 +0000 (14:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896279 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/mod_tls_link_issue_with_rust_1_56.txt [new file with mode: 0644]

diff --git a/changes-entries/mod_tls_link_issue_with_rust_1_56.txt b/changes-entries/mod_tls_link_issue_with_rust_1_56.txt
new file mode 100644 (file)
index 0000000..294646a
--- /dev/null
@@ -0,0 +1,6 @@
+  *) mod_tls: Fix a linkage issue with rustls when compiled
+     with rust 1.55, 1.56 or 1.57. This prevents the loading
+     of the module because of an undefined symbol: fmaf
+     See https://github.com/rustls/rustls-ffi/issues/133
+     [Christophe Jaillet]
+