diff options
Diffstat (limited to 'anytun.cpp')
-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() == "") |