BUILD: ssl: introduce fine guard for OpenSSL specific SCTL functions
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 13 Feb 2021 06:45:33 +0000 (11:45 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 18 Feb 2021 14:55:50 +0000 (15:55 +0100)
commitc47d676bd75e339f92faae430486ee337c45f134
treed6b42811b33990ed0718a793d259b41729b83605
parent019dbd788425f4904430257877b05f7ecc897872
BUILD: ssl: introduce fine guard for OpenSSL specific SCTL functions

SCTL (signed certificate timestamp list) specified in RFC6962
was implemented in c74ce24cd22e8c683ba0e5353c0762f8616e597d, let
us introduce macro HAVE_SSL_SCTL for the HAVE_SSL_SCTL sake,
which in turn is based on SN_ct_cert_scts, which comes in the same commit
include/haproxy/openssl-compat.h
src/ssl_ckch.c