diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-12-11 10:02:08 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-12-11 10:02:08 +0000 |
commit | e423522956843aabd1e990f6b4f0525d779c53da (patch) | |
tree | 123b9bc5b705575aeec293e1f819baa0009304a9 | |
parent | deactivated kd for testing (diff) |
checkin for testing
-rw-r--r-- | anytun.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -204,8 +204,8 @@ void* sender(void* p) { Param* param = reinterpret_cast<Param*>(p); //TODO make Cypher selectable with command line option - NullCypher c; -// AesIcmCypher c; +// NullCypher c; + AesIcmCypher c; // NullAuthAlgo a; while(1) @@ -263,8 +263,8 @@ void* syncReceiver(void* p ) void* receiver(void* p) { Param* param = reinterpret_cast<Param*>(p); - NullCypher c; -// AesIcmCypher c; +// NullCypher c; + AesIcmCypher c; // NullAuthAlgo a; while(1) |