summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-02-11 00:53:39 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-02-11 00:53:39 +0000
commita8a7887ee2495098926f37d30302de2efee8ebe4 (patch)
treec0f88f703fbb66c4a18045132046aeb420e8c174
parentc9e912599f15b3507f1e97793bb960567c345568 (diff)
Typo.
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
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 \