haproxy/include
Willy Tarreau 2ec6df59bf BUILD: openssl-compat: fix build failure with OPENSSL=0 and KTLS=1
The USE_KTLS test is currently being done outside of the USE_OPENSSL
guard so disabling USE_OPENSSL still results in build failures on
libcs built with support for kernels before 4.17, because we enable
KTLS by default on linux. Let's move the KTLS block inside the
USE_OPENSSL guard instead.

No backport is needed since KTLS is only in 3.3.
2025-10-24 10:45:02 +02:00
..
haproxy BUILD: openssl-compat: fix build failure with OPENSSL=0 and KTLS=1 2025-10-24 10:45:02 +02:00
import BUG/MEDIUM: mt_lists: Avoid el->prev = el->next = el 2025-10-23 14:43:51 +02:00
make BUILD: makefile: add a qinfo macro to pass info in quiet mode 2025-01-08 11:26:05 +01:00