Typo.
This commit is contained in:
parent
c9e912599f
commit
a8a7887ee2
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue