Removed CMAKE_INSTALL as there's no need for InstallDev. Added PKG_BUILD_PARALLEL for faster compilation. Small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
9 lines
167 B
Diff
9 lines
167 B
Diff
--- a/src/http.c
|
|
+++ b/src/http.c
|
|
@@ -1,5 +1,6 @@
|
|
#include <string.h>
|
|
#include <libwebsockets.h>
|
|
+#include <openssl/ssl.h>
|
|
|
|
#include "server.h"
|
|
#include "html.h"
|