]> git.ipfire.org Git - thirdparty/haproxy.git/commit
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)
committerWilliam Lallemand <wlallemand@haproxy.org>
Sun, 7 Feb 2021 23:11:41 +0000 (00:11 +0100)
commit7bbf5866e011d22ee8f1d00471ce330cc72dcd0e
treebf737b3bd9b6acff2685050871d612a5e4a8a1fe
parent5d46fbddb186f01db01c86c4937775342fd144a6
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
include/haproxy/openssl-compat.h
src/ssl_sock.c