From: Michal Nowak Date: Tue, 4 Apr 2023 11:55:03 +0000 (+0200) Subject: Revert "Enable FIPS testing in Pairwise" X-Git-Tag: v9.19.12~13^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1bd31cbae1858907f64c78cae5202594a3be694;p=thirdparty%2Fbind9.git Revert "Enable FIPS testing in Pairwise" This reverts commit e987a0c249882af0395409310b32fce7fc997015. --enable-fips-mode ./configure option does not work on platforms without FIPS-enabled OpenSSL. --- diff --git a/configure.ac b/configure.ac index ab9d9f57da6..891e1af54fe 100644 --- a/configure.ac +++ b/configure.ac @@ -785,9 +785,9 @@ AC_CHECK_FUNCS([TLS_server_method TLS_client_method]) # FIPS is not included in pairwise testing as the relevant Docker image # does not support FIPS mode. # -# [pairwise: --enable-fips-mode, --disable-fips-mode] AC_CHECK_FUNCS(EVP_default_properties_enable_fips FIPS_mode) +# [pairwise: skip] AC_ARG_ENABLE([fips-mode], [AS_HELP_STRING([--enable-fips-mode], [enable FIPS mode in OpenSSL library [default=no]])],