From a5d0e6a70ec1c1ee6a29808a47d71283c307871e Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Mon, 23 Jul 2007 14:37:24 +0000 Subject: nullcypher again --- anytun.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'anytun.cpp') diff --git a/anytun.cpp b/anytun.cpp index 0b9d105..30c21b0 100644 --- a/anytun.cpp +++ b/anytun.cpp @@ -162,8 +162,8 @@ int main(int argc, char* argv[]) TunDevice dev(opt.getDevName().c_str(), opt.getIfconfigParamLocal().c_str(), opt.getIfconfigParamRemoteNetmask().c_str()); SeqWindow seq(opt.getSeqWindowSize()); -// NullCypher c; - AesIcmCypher c; + NullCypher c; +// AesIcmCypher c; NullAuthAlgo a; PacketSource* src; if(opt.getLocalAddr() == "") -- cgit v1.2.3