curl: fix compilation with wolfSSL

options.h header is needed now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2022-07-19 19:24:19 -07:00
parent 61b31a3157
commit 317575755a

View file

@ -0,0 +1,10 @@
--- a/m4/curl-wolfssl.m4
+++ b/m4/curl-wolfssl.m4
@@ -93,6 +93,7 @@ if test "x$OPT_WOLFSSL" != xno; then
They are set up properly later if it is detected. */
#undef SIZEOF_LONG
#undef SIZEOF_LONG_LONG
+#include <wolfssl/options.h>
#include <wolfssl/ssl.h>
]],[[
return wolfSSL_Init();