From 998a43a0ddc6fa4675e31c5d7fb61736e6a78125 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 3 Sep 2019 10:29:07 -0400 Subject: Revert GNU TLS FIPS-140 changes. --- configure | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index ac0646f10..8c6e6e8f4 100755 --- a/configure +++ b/configure @@ -8308,12 +8308,6 @@ fi SAVELIBS="$LIBS" LIBS="$LIBS $SSLLIBS" - ac_fn_c_check_func "$LINENO" "gnutls_fips140_set_mode" "ac_cv_func_gnutls_fips140_set_mode" -if test "x$ac_cv_func_gnutls_fips140_set_mode" = xyes; then : - $as_echo "#define HAVE_GNUTLS_FIPS140_SET_MODE 1" >>confdefs.h - -fi - ac_fn_c_check_func "$LINENO" "gnutls_transport_set_pull_timeout_function" "ac_cv_func_gnutls_transport_set_pull_timeout_function" if test "x$ac_cv_func_gnutls_transport_set_pull_timeout_function" = xyes; then : $as_echo "#define HAVE_GNUTLS_TRANSPORT_SET_PULL_TIMEOUT_FUNCTION 1" >>confdefs.h -- cgit v1.2.1