From 613afe3c92c202da1900ef2f7000425f6baabb9e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 7 Apr 2009 00:16:12 +0000 Subject: removed anytun02-compat mode --- src/options.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 71229cc..f2d6619 100644 --- a/src/options.h +++ b/src/options.h @@ -155,8 +155,6 @@ public: Options& setKdPrf(std::string k); role_t getRole(); Options& setRole(role_t r); - bool getAnytun02Compat(); - Options& setAnytun02Compat(bool a); std::string getPassphrase(); Options& setPassphrase(std::string p); Options& setKey(std::string k); @@ -217,7 +215,6 @@ private: u_int32_t auth_tag_length_; std::string kd_prf_; role_t role_; - bool anytun02_compat_; std::string passphrase_; Buffer key_; Buffer salt_; -- cgit v1.2.3