]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: ssl_c_r_dn fetches uses functiosn only available since 1.1.1
authorWilliam Lallemand <wlallemand@haproxy.org>
Mon, 15 May 2023 10:05:55 +0000 (12:05 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 15 May 2023 10:07:52 +0000 (12:07 +0200)
commit6e0c39d7ac3282bc255f742da36402434af0db77
treedbe93c3b571ff2e2ba51555902c34971f6001fc1
parentd38d8c6ccb189e7bc813b3693fec3093c9be55f1
BUILD: ssl: ssl_c_r_dn fetches uses  functiosn only available since 1.1.1

Fix the openssl build with older openssl version by disabling the new
ssl_c_r_dn fetch.

This also disable the ssl_client_samples.vtc file for OpenSSL version
older than 1.1.1
include/haproxy/openssl-compat.h
reg-tests/ssl/ssl_client_samples.vtc
src/ssl_sample.c
src/ssl_utils.c