summaryrefslogtreecommitdiff
path: root/anytun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'anytun.cpp')
-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() == "")