]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: improve HAVE_SSL_OCSP ifdef
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 11 Dec 2024 14:35:58 +0000 (15:35 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 19 Dec 2024 09:53:05 +0000 (10:53 +0100)
commitacb2c9eb8b11fc04d9d01d0170735a2932bca926
tree74757e690e795f302a12af7aec960e98f124733a
parent1c7f5ce32e53c4903700bb253a4fce18c17036b2
MINOR: ssl: improve HAVE_SSL_OCSP ifdef

Allow to build correctly without OCSP. It could be disabled easily with
OpenSSL build with OPENSSL_NO_OCSP. Or even with
DEFINE="-DOPENSSL_NO_OCSP" on haproxy make line.
include/haproxy/openssl-compat.h
include/haproxy/ssl_ocsp-t.h
include/haproxy/ssl_sock.h
src/hlua.c
src/ssl_ckch.c
src/ssl_ocsp.c
src/ssl_sock.c