Commit eb62cd80 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Typo.

parent 64f5178d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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!