BUILD: makefile: make sure to also ignore SSL_INC when using wolfssl
authorWilly Tarreau <w@1wt.eu>
Wed, 14 Dec 2022 17:38:58 +0000 (18:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Dec 2022 15:53:35 +0000 (16:53 +0100)
commit914a668077f6dfdefcf0f3768d57f8e9858b828c
treed7d8d5b9662e3df1aea13f5f7c25da34a0bbd164
parent4f1890e882860942549a137d8e60dfc62ea23b93
BUILD: makefile: make sure to also ignore SSL_INC when using wolfssl

I got a build error when adding USE_OPENSSL_WOLFSSL to my make command
line because SSL_INC was still set and caused some conflicting headers
to be included first. There's already an exclusion test for the wolfssl
variant used for SSL_LIB, make it also cover SSL_INC to avoid this.

This may be backported to 2.7 to ease testing of wolfssl.
Makefile