mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:03:06 +03:00
and upper -> or higher
This commit is contained in:
parent
c3178ce43b
commit
69e89374b2
3 changed files with 3 additions and 3 deletions
|
|
@ -939,7 +939,7 @@ if(CURL_USE_GNUTLS)
|
|||
if(NOT DEFINED HAVE_GNUTLS_SRP AND NOT CURL_DISABLE_SRP)
|
||||
cmake_push_check_state()
|
||||
list(APPEND CMAKE_REQUIRED_LIBRARIES CURL::gnutls)
|
||||
# In GnuTLS 3.8.0 (2023-02-10) and upper, this check always succeeds.
|
||||
# In GnuTLS 3.8.0 (2023-02-10) or higher, this check always succeeds.
|
||||
# Detecting actual TLS-SRP support needs poking the API at runtime.
|
||||
check_symbol_exists("gnutls_srp_verifier" "gnutls/gnutls.h" HAVE_GNUTLS_SRP)
|
||||
cmake_pop_check_state()
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@
|
|||
|
||||
#ifdef HAVE_LIBZ
|
||||
# ifndef ZLIB_CONST
|
||||
# define ZLIB_CONST /* Use z_const. Supported by v1.2.5.2 and upper. */
|
||||
# define ZLIB_CONST /* Use z_const. Supported by v1.2.5.2 or higher. */
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@ if test "$GNUTLS_ENABLED" = "1"; then
|
|||
dnl ---
|
||||
dnl We require GnuTLS with SRP support.
|
||||
dnl
|
||||
dnl In GnuTLS 3.8.0 (2023-02-10) and upper, this check always succeeds.
|
||||
dnl In GnuTLS 3.8.0 (2023-02-10) or higher, this check always succeeds.
|
||||
dnl Detecting actual TLS-SRP support needs poking the API at runtime.
|
||||
dnl ---
|
||||
AC_CHECK_LIB(gnutls, gnutls_srp_verifier,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue