2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00
This commit is contained in:
Francis Dupont 2025-03-19 10:48:41 +01:00
parent 4cfb8a68fd
commit 646c23413c

View File

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