diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
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_; }; |