From 3d174037c175e33b0b57c0639ab7440e9f5d6abc Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 19 Feb 2008 17:31:04 +0000 Subject: replaces cypher with cipher --- options.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'options.h') diff --git a/options.h b/options.h index 9a4a4ed..1c302c8 100644 --- a/options.h +++ b/options.h @@ -82,8 +82,8 @@ public: Options& setIfconfigParamRemoteNetmask(std::string i); window_size_t getSeqWindowSize(); Options& setSeqWindowSize(window_size_t s); - std::string getCypher(); - Options& setCypher(std::string c); + std::string getCipher(); + Options& setCipher(std::string c); std::string getAuthAlgo(); Options& setAuthAlgo(std::string a); ConnectToList getConnectTo(); @@ -107,7 +107,7 @@ private: std::string ifconfig_param_local_; std::string ifconfig_param_remote_netmask_; window_size_t seq_window_size_; - std::string cypher_; + std::string cipher_; std::string auth_algo_; }; -- cgit v1.2.3