use encryption

This commit is contained in:
PolynomialDivision 2018-01-22 22:57:59 +01:00
parent 4620d43168
commit e37af4a869

View file

@ -6,8 +6,9 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "tcpsocket.h" #include "tcpsocket.h"
#include "ubus.h"
#include <arpa/inet.h> #include <arpa/inet.h>
#include "ubus.h"
#include "crypto.h"
// based on: // based on:
// https://github.com/xfguo/libubox/blob/master/examples/ustream-example.c // https://github.com/xfguo/libubox/blob/master/examples/ustream-example.c