packages/utils/ttyd/patches/200-openssl.patch
Rosen Penev 426dd60a4d ttyd: fix compilation without deprecated OpenSSL APIs
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>
2020-02-08 16:49:29 -08:00

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"