]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge of r1896278 from trunk:
authorStefan Eissing <icing@apache.org>
Mon, 14 Feb 2022 16:52:26 +0000 (16:52 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 14 Feb 2022 16:52:26 +0000 (16:52 +0000)
commitcfa4eb2fc5eac917d979c01ecd572654d50b8055
tree749bfe62f3d716320e9b632b1285705877536ffe
parent1512e21dee95be3c5fbe93abe3fd96b69b9cc522
Merge of r1896278 from trunk:

  *) 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]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1898077 13f79535-47bb-0310-9956-ffa450edef68
modules/tls/config2.m4