ttyd: fix compilation without deprecated OpenSSL APIs
[feed/packages.git] / utils / ttyd / patches / 200-openssl.patch
diff --git a/utils/ttyd/patches/200-openssl.patch b/utils/ttyd/patches/200-openssl.patch
new file mode 100644 (file)
index 0000000..f64f38a
--- /dev/null
@@ -0,0 +1,9 @@
+--- 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"