From: Dr. Stephen Henson Date: Tue, 16 Jan 2007 17:03:30 +0000 (+0000) Subject: $(FIPSCHECK) no longer used. X-Git-Tag: OpenSSL_0_9_7m~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0395795181105a204f77e2f70f312c29326e811c;p=oweals%2Fopenssl.git $(FIPSCHECK) no longer used. --- diff --git a/fips-1.0/Makefile b/fips-1.0/Makefile index 6f7b021223..ef5fe3623a 100644 --- a/fips-1.0/Makefile +++ b/fips-1.0/Makefile @@ -53,7 +53,7 @@ top: all: @if egrep 'define OPENSSL_FIPS' $(TOP)/include/openssl/opensslconf.h > /dev/null; then \ - $(MAKE) -e subdirs $(FIPSCHECK) lib shared; \ + $(MAKE) -e subdirs lib shared; \ fi # Idea behind fipscanister.o is to "seize" the sequestered code between