summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfips/fipsld2
1 files changed, 1 insertions, 1 deletions
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!