mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 07:25:18 +00:00
[#3793] Typo
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user