]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
don't run openssl (md5) when in fips mode
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 22 Nov 2013 15:45:10 +0000 (16:45 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 27 Nov 2013 10:41:44 +0000 (11:41 +0100)
tests/Makefile.am

index 73226aac1b4990bcf46334cb0492ef3195f90e8b..b3e141f24b2c9ba1cd6524b52196f42ef5c390bb 100644 (file)
@@ -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