From 8ea43400a34855e8cd9092a2c4c0d969cf0be80d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 18 Feb 2009 12:05:20 +0000 Subject: added runtime switch for anytun 0.2 crypto compability --- src/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index bbb010c..f18c254 100644 --- a/src/options.h +++ b/src/options.h @@ -66,6 +66,7 @@ struct options_struct { char* auth_algo_; char* passphrase_; #endif + int anytun02_compat_; buffer_t key_; buffer_t salt_; }; -- cgit v1.2.3