From: Nikos Mavrogiannopoulos Date: Fri, 22 Nov 2013 15:45:10 +0000 (+0100) Subject: don't run openssl (md5) when in fips mode X-Git-Tag: gnutls_3_3_0pre0~520^2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b457c07d004385f002903ab19ea6ff965d130730;p=thirdparty%2Fgnutls.git don't run openssl (md5) when in fips mode --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 73226aac1b..b3e141f24b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -84,9 +84,11 @@ ctests += ocsp endif if ENABLE_OPENSSL +if !ENABLE_FIPS140 ctests += openssl openssl_LDADD = ../extra/libgnutls-openssl.la $(LDADD) endif +endif mini_xssl_LDADD = $(LDADD) ../lib/libgnutls-xssl.la