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)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 22 Feb 2021 09:23:25 +0000 (10:23 +0100)
commit8702b26814742fd1b9bb7d76b37eefaa39bb54ab
tree0c2616d57116c7352dd0d430dafdedc70060aaa4
parentf07249871c4e1f710322655bb0ff8bb089207283
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

(cherry picked from commit c47d676bd75e339f92faae430486ee337c45f134)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/openssl-compat.h
src/ssl_ckch.c