diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-07-23 14:37:24 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-07-23 14:37:24 +0000 |
commit | a5d0e6a70ec1c1ee6a29808a47d71283c307871e (patch) | |
tree | ef59267916ad8835c04f83566c9c944dbc5562a7 /anytun.cpp | |
parent | Cypher changed (diff) |
nullcypher again
Diffstat (limited to 'anytun.cpp')
-rw-r--r-- | anytun.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() == "") |