mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
use encryption
This commit is contained in:
parent
4620d43168
commit
e37af4a869
1 changed files with 2 additions and 1 deletions
|
@ -6,8 +6,9 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "tcpsocket.h"
|
||||
#include "ubus.h"
|
||||
#include <arpa/inet.h>
|
||||
#include "ubus.h"
|
||||
#include "crypto.h"
|
||||
|
||||
// based on:
|
||||
// https://github.com/xfguo/libubox/blob/master/examples/ustream-example.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue