Skip to content

Commit

Permalink
Merge branch 'fix-gnutls-check' of gitlab.com:mrueg/openconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmw2 committed Apr 1, 2020
2 parents 24b759d + adf29eb commit 1e70ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -534,7 +534,7 @@ case "$ssl_library" in
if test "$with_gnutls_version_check" != "no"; then
AC_MSG_CHECKING([for known-broken versions of GnuTLS])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <gnutls/gnutls.h>],
[#if GNUTLS_VERSION_NUMBER >= 0x030603 && GNUTLS_VERSION_NUMBER <= 0x030612
[#if GNUTLS_VERSION_NUMBER >= 0x030603 && GNUTLS_VERSION_NUMBER <= 0x03060c
#error Bad GnuTLS
#endif
])],
Expand Down

0 comments on commit 1e70ced

Please sign in to comment.