From e423522956843aabd1e990f6b4f0525d779c53da Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Tue, 11 Dec 2007 10:02:08 +0000 Subject: checkin for testing --- anytun.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'anytun.cpp') diff --git a/anytun.cpp b/anytun.cpp index 18308c0..7bcd238 100644 --- a/anytun.cpp +++ b/anytun.cpp @@ -204,8 +204,8 @@ void* sender(void* p) { Param* param = reinterpret_cast(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(p); - NullCypher c; -// AesIcmCypher c; +// NullCypher c; + AesIcmCypher c; // NullAuthAlgo a; while(1) -- cgit v1.2.3