mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Typo.
This commit is contained in:
parent
64f5178d67
commit
eb62cd807b
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user