From 0395795181105a204f77e2f70f312c29326e811c Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 16 Jan 2007 17:03:30 +0000 Subject: [PATCH] $(FIPSCHECK) no longer used. --- fips-1.0/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1