]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Typo.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 11 Feb 2007 00:53:39 +0000 (00:53 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 11 Feb 2007 00:53:39 +0000 (00:53 +0000)
test/Makefile

index 34724f9993bccf80b5ef20832dde6be216fe774c..d8941d8454434f25aa75091d5dd792ed14962276 100644 (file)
@@ -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 \