libgd: avoid recursive and redundant dependencies
[feed/packages.git] / net / curl / patches / 100-wolfssl.patch
1 --- a/m4/curl-wolfssl.m4
2 +++ b/m4/curl-wolfssl.m4
3 @@ -93,6 +93,7 @@ if test "x$OPT_WOLFSSL" != xno; then
4 They are set up properly later if it is detected. */
5 #undef SIZEOF_LONG
6 #undef SIZEOF_LONG_LONG
7 +#include <wolfssl/options.h>
8 #include <wolfssl/ssl.h>
9 ]],[[
10 return wolfSSL_Init();