]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: remove the special case of the SSL option
authorWilly Tarreau <w@1wt.eu>
Fri, 23 Dec 2022 14:01:54 +0000 (15:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Dec 2022 15:53:35 +0000 (16:53 +0100)
commit6a2cd335090ddd8eed9a8e1b95248ef4a6cd5781
tree1698f44d3a5bc273f5c32490c2ae2f67463943bc
parent2b8d0978f328bab193e29c50e89c27707dda7100
BUILD: makefile: remove the special case of the SSL option

By creating USE_SSL and enabling it when USE_OPENSSL is set, we can
get rid of the special case that was made with it regarding cflags
collect and when resetting options. The option doesn't need to be
manually set, though in the future it might prove useful if other
non-openssl API are supported.
Makefile
include/make/options.mk