This commit is contained in:
Dr. Stephen Henson 2011-05-26 22:01:49 +00:00
parent 64f5178d67
commit eb62cd807b

View File

@ -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!