]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Revert "Enable FIPS testing in Pairwise"
authorMichal Nowak <mnowak@isc.org>
Tue, 4 Apr 2023 11:55:03 +0000 (13:55 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 5 Apr 2023 07:20:17 +0000 (09:20 +0200)
This reverts commit e987a0c249882af0395409310b32fce7fc997015.

--enable-fips-mode ./configure option does not work on platforms without
FIPS-enabled OpenSSL.

configure.ac

index ab9d9f57da6a81a78537d779c564c21a8e1e47bd..891e1af54fe9edc9d5b5e1466e6f7cbb5915c61f 100644 (file)
@@ -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]])],