projects
/
feed
/
packages.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #22767 from efahl/issue-22760
[feed/packages.git]
/
net
/
wifidog
/
patches
/
030-wolfssl-options.patch
1
--- a/src/simple_http.c
2
+++ b/src/simple_http.c
3
@@ -28,6 +28,7 @@
4
#include <arpa/inet.h>
5
#include <errno.h>
6
#include <unistd.h>
7
+#include <pthread.h>
8
#include <string.h>
9
#include <syslog.h>
10
11
@@ -37,6 +38,7 @@
12
#include "pstring.h"
13
14
#ifdef USE_CYASSL
15
+#include <cyassl/options.h>
16
#include <cyassl/ssl.h>
17
#include "conf.h"
18
/* For CYASSL_MAX_ERROR_SZ */