summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-08-29 00:21:13 +0000
committerErwin Nindl <nine@wirdorange.org>2007-08-29 00:21:13 +0000
commit45759a4044f5e830f00a383860c0cbc9bba635a8 (patch)
treef619c55066bf43ae2a368f2a6d73cd21caae33f9
parentyet another debug checkin (diff)
changed to nullcipher again to get a temporary running version
-rw-r--r--anytun.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/anytun.cpp b/anytun.cpp
index 11bfcb9..24f30ba 100644
--- a/anytun.cpp
+++ b/anytun.cpp
@@ -201,8 +201,8 @@ int main(int argc, char* argv[])
KeyDerivation kd;
kd.init(Buffer(key, sizeof(key)), Buffer(salt, sizeof(salt)));
-// NullCypher c;
- AesIcmCypher c;
+ NullCypher c;
+// AesIcmCypher c;
NullAuthAlgo a;
PacketSource* src;
if(opt.getLocalAddr() == "")