summaryrefslogtreecommitdiffstats
path: root/fips/fipsld
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-26 22:01:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-26 22:01:49 +0000
commiteb62cd807b3d15168110621142dbcbd6227110bd (patch)
treea54261368fd4292581affd4c44dab2e33b12e914 /fips/fipsld
parent64f5178d67f56ae909e74724bab0e2be635f0986 (diff)
Typo.
Diffstat (limited to 'fips/fipsld')
-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!