From e37af4a869f8463fe8905880d397cce1ecf314a7 Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Mon, 22 Jan 2018 22:57:59 +0100 Subject: [PATCH] use encryption --- src/network/tcpsocket.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/network/tcpsocket.c b/src/network/tcpsocket.c index 3955eee..6e4690b 100644 --- a/src/network/tcpsocket.c +++ b/src/network/tcpsocket.c @@ -6,8 +6,9 @@ #include #include #include "tcpsocket.h" -#include "ubus.h" #include +#include "ubus.h" +#include "crypto.h" // based on: // https://github.com/xfguo/libubox/blob/master/examples/ustream-example.c