summaryrefslogtreecommitdiff
path: root/anytun.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-07-23 14:23:16 +0000
committerOthmar Gsenger <otti@anytun.org>2007-07-23 14:23:16 +0000
commita2767898042bd78beb69d64009db1d0d3d49b560 (patch)
tree4c028dad5af63a4c42cb7cf3dc2ebb0c57ab81b9 /anytun.cpp
parent* added doc directory (diff)
Cypher changed
Diffstat (limited to 'anytun.cpp')
-rw-r--r--anytun.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/anytun.cpp b/anytun.cpp
index 443b289..0b9d105 100644
--- a/anytun.cpp
+++ b/anytun.cpp
@@ -162,7 +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;
+// NullCypher c;
+ AesIcmCypher c;
NullAuthAlgo a;
PacketSource* src;
if(opt.getLocalAddr() == "")