Skip to content
Snippets Groups Projects
Commit ef545e03 authored by Rosen Penev's avatar Rosen Penev
Browse files

curl: fix compilation with wolfSSL


options.h header is needed now.

Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
(cherry picked from commit 31757575)
parent fdd16fef
No related branches found
No related tags found
1 merge request!15merge openwrt tag v22.03.0
--- 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();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment