summaryrefslogtreecommitdiff
path: root/src/uanytun.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-12-28 18:38:42 +0000
committerChristian Pointner <equinox@anytun.org>2008-12-28 18:38:42 +0000
commit0879909b08d2c9d95fcd544e5ad9b8598b856df4 (patch)
tree01c67e901804a054a6674223bdfd5d7cf231f50f /src/uanytun.c
parentcleaned up main loop (still some building blocks missing) (diff)
added cipher (net tested yet)
Diffstat (limited to 'src/uanytun.c')
-rw-r--r--src/uanytun.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uanytun.c b/src/uanytun.c
index 7b207b6..cebfd39 100644
--- a/src/uanytun.c
+++ b/src/uanytun.c
@@ -48,6 +48,8 @@
#include "plain_packet.h"
#include "encrypted_packet.h"
+#include "cipher.h"
+
#include "daemon.h"
#include "sysexec.h"