From d1439b69da33bf02eea19deffe293a567deca787 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 13 Jun 2018 09:42:39 +0200 Subject: [PATCH] enable fips mode --- gnutls.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnutls.spec b/gnutls.spec index 9dcc6a6..1d44be5 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -7,10 +7,10 @@ Patch3: gnutls-3.6.1-disable-pss-tests.patch %bcond_without dane %if 0%{?rhel} %bcond_with guile -%bcond_with fips +%bcond_without fips %else %bcond_without guile -%bcond_with fips +%bcond_without fips %endif Summary: A TLS protocol implementation