diff options
author | Christian Pointner <equinox@anytun.org> | 2008-12-28 18:38:42 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-12-28 18:38:42 +0000 |
commit | 0879909b08d2c9d95fcd544e5ad9b8598b856df4 (patch) | |
tree | 01c67e901804a054a6674223bdfd5d7cf231f50f /src/uanytun.c | |
parent | cleaned 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.c | 2 |
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" |