commit | 914a668077f6dfdefcf0f3768d57f8e9858b828c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 14 18:38:58 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 23 16:53:35 2022 +0100 |
tree | d7d8d5b9662e3df1aea13f5f7c25da34a0bbd164 | |
parent | 4f1890e882860942549a137d8e60dfc62ea23b93 [diff] |
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.