BUILD: ssl: fix typo in HAVE_SSL_CTX_ADD_SERVER_CUSTOM_EXT macro
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 6 Feb 2021 13:55:27 +0000 (18:55 +0500)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 22 Feb 2021 09:23:24 +0000 (10:23 +0100)
commite4f38f9bdf37aeb85bd2b84422839e7e12f154e4
treef128de9c698d82630b40f93fb080a01b76b21b53
parentaea6302e9080677a0192774371d6ec820462405b
BUILD: ssl: fix typo in HAVE_SSL_CTX_ADD_SERVER_CUSTOM_EXT macro

HAVE_SSL_CTX_ADD_SERVER_CUSTOM_EXT was introduced in ec609098718b9c1cd803ca57442b2b98c9ba4a16
however it was defined as HAVE_SL_CTX_ADD_SERVER_CUSTOM_EXT (missing "S")
let us fix typo

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