BUILD: ssl: guard SSL_CTX_add_server_custom_ext with special macro
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 6 Feb 2021 13:59:22 +0000 (18:59 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Sun, 7 Feb 2021 23:11:43 +0000 (00:11 +0100)
commitf00cdb18563e6f57a4ad6c0b40e0116ca9c8fd69
treec864b1a17dca7ae598d20d6993bce88fd5487230
parent7bbf5866e011d22ee8f1d00471ce330cc72dcd0e
BUILD: ssl: guard SSL_CTX_add_server_custom_ext with special macro

special guard macros HAVE_SSL_CTX_ADD_SERVER_CUSTOM_EXT was defined earlier
exactly for guarding SSL_CTX_add_server_custom_ext, let us use it wherever
appropriate
src/ssl_sock.c