]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: replace USE_OPENSSL_AWSLC by OPENSSL_IS_AWSLC
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 30 Jul 2024 13:51:59 +0000 (15:51 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 30 Jul 2024 16:53:08 +0000 (18:53 +0200)
commitf76e8e50f4604dd86b3edc2a9afdbed825dbe046
treeb54e7c5943302a888f96bf09f0954569f26dbc4d
parent1889b86561ee67696760111c6df5759c628430dc
BUILD: ssl: replace USE_OPENSSL_AWSLC by OPENSSL_IS_AWSLC

Replace USE_OPENSSL_AWSLC by OPENSSL_IS_AWSLC in the code source, so we
won't need to set USE_OPENSSL_AWSLC in the Makefile on the long term.
include/haproxy/openssl-compat.h
include/haproxy/quic_tls-t.h
include/haproxy/ssl_sock.h
src/haproxy.c
src/quic_ssl.c
src/ssl_clienthello.c
src/ssl_sock.c