From: Dr. Stephen Henson Date: Sun, 11 Feb 2007 00:53:39 +0000 (+0000) Subject: Typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8a7887ee2495098926f37d30302de2efee8ebe4;p=openssl Typo. --- diff --git a/test/Makefile b/test/Makefile index 34724f9993..d8941d8454 100644 --- a/test/Makefile +++ b/test/Makefile @@ -352,8 +352,8 @@ STANDALONE_BUILD_CMD=SHARED_LIBS="$(SHARED_LIBS)"; \ fi FIPS_BUILD_CMD=if egrep 'define OPENSSL_FIPS' $(TOP)/include/openssl/opensslconf.h > /dev/null; then \ - FIPSLD_CC=$(CC); CC=$(TOP)/fips-1.0/fipsld; FIPSLD_NPT="y"\ - export CC FIPSLD_CC FIPSLD_STANDALONE ; \ + FIPSLD_CC=$(CC); CC=$(TOP)/fips-1.0/fipsld; FIPSLD_NPT="y" \ + export CC FIPSLD_CC FIPSLD_NPT ; \ fi; $(STANDALONE_BUILD_CMD) FIPS_CRYPTO_BUILD_CMD=if egrep 'define OPENSSL_FIPS' $(TOP)/include/openssl/opensslconf.h > /dev/null; then \