From: Dr. Stephen Henson Date: Thu, 26 May 2011 22:01:49 +0000 (+0000) Subject: Typo. X-Git-Tag: OpenSSL-fips-2_0-rc1~380 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=eb62cd807b3d15168110621142dbcbd6227110bd Typo. --- diff --git a/fips/fipsld b/fips/fipsld index 8ce39c3ea5..d6c88e9545 100755 --- a/fips/fipsld +++ b/fips/fipsld @@ -107,7 +107,7 @@ lib*|*.dll) # must be linking a shared lib... { echo "${CANISTER_O} fingerprint mismatch"; exit 1; } [ -z "${FIPSLD_LIBCRYPTO}" -a -f "${THERE}/libcrypto.a" ] && \ - FIPSLD_LIBCRYPTO = -f "${THERE}/libcrypto.a" + FIPSLD_LIBCRYPTO = "${THERE}/libcrypto.a" # Temporarily remove fipscanister.o from libcrypto.a!