summaryrefslogtreecommitdiff
path: root/modules/tls/config2.m4
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2023-05-02 08:36:02 +0000
committerStefan Eissing <icing@apache.org>2023-05-02 08:36:02 +0000
commit918620a183d843fb393ed939423a25d42c1044ec (patch)
treea2cf992aca4b830368cf506943eeaf02d1ad353d /modules/tls/config2.m4
parent2b6da8e45d41dfc84eaab193871ba8bc976b94d5 (diff)
downloadhttpd-918620a183d843fb393ed939423a25d42c1044ec.tar.gz
*) mod_tls: updating to rustls-ffi version 0.9.2 or higher.
Checking in configure for proper version installed. Code fixes for changed clienthello member name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909558 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/tls/config2.m4')
-rw-r--r--modules/tls/config2.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/tls/config2.m4 b/modules/tls/config2.m4
index af97178866..8a32490cb6 100644
--- a/modules/tls/config2.m4
+++ b/modules/tls/config2.m4
@@ -109,9 +109,10 @@ AC_DEFUN([APACHE_CHECK_RUSTLS],[
fi
fi
- AC_MSG_CHECKING([for rustls version >= 0.8.2])
+ AC_MSG_CHECKING([for rustls version >= 0.9.2])
AC_TRY_COMPILE([#include <rustls.h>],[
rustls_version();
+rustls_acceptor_new();
],
[AC_MSG_RESULT(OK)
ac_cv_rustls=yes],