From 45759a4044f5e830f00a383860c0cbc9bba635a8 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Wed, 29 Aug 2007 00:21:13 +0000 Subject: changed to nullcipher again to get a temporary running version --- anytun.cpp | 4 ++-- 1 file 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() == "") -- cgit v1.2.3