2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 07:25:18 +00:00
This commit is contained in:
Francis Dupont
2025-03-19 10:47:38 +01:00
parent c4f5d92983
commit 4cfb8a68fd

View File

@@ -334,7 +334,7 @@ if CRYPTO_DEP.name() == openssl.name()
dependencies: [boost_dep, CRYPTO_DEP, threads_dep], dependencies: [boost_dep, CRYPTO_DEP, threads_dep],
) )
if return1.returncode() != 0 or return2.returncode() if return1.returncode() != 0 or return2.returncode()
error("Boost TLS support broken.") error('Boost TLS support broken.')
endif endif
endif endif