diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-08-29 00:21:13 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-08-29 00:21:13 +0000 |
commit | 45759a4044f5e830f00a383860c0cbc9bba635a8 (patch) | |
tree | f619c55066bf43ae2a368f2a6d73cd21caae33f9 | |
parent | yet another debug checkin (diff) |
changed to nullcipher again to get a temporary running version
-rw-r--r-- | anytun.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() == "") |