diff options
Diffstat (limited to 'src/cipherFactory.h')
-rw-r--r-- | src/cipherFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cipherFactory.h b/src/cipherFactory.h index 91fc2fd..23d3b92 100644 --- a/src/cipherFactory.h +++ b/src/cipherFactory.h @@ -40,7 +40,7 @@ class CipherFactory { public: - static Cipher* create(std::string const& type, kd_dir_t dir, bool anytun02_compat=false); + static Cipher* create(std::string const& type, kd_dir_t dir); private: CipherFactory(); |