summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-15 01:48:21 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-15 01:48:21 +0000
commitf5504bb324699b6d41fe7e9efaea729fec654f38 (patch)
treed89c5d3eaf0febd81ea8541fbe285f9a6cb6201f /src/options.h
parentadd multi kd support (diff)
small cleanup
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/options.h b/src/options.h
index 11c1a93..56518db 100644
--- a/src/options.h
+++ b/src/options.h
@@ -113,8 +113,8 @@ public:
std::string getAuthAlgo();
Options& setAuthAlgo(std::string a);
ConnectToList getConnectTo();
- Options& setMux(u_int16_t m);
- u_int16_t getMux();
+ Options& setMux(mux_t m);
+ mux_t getMux();
Options& setKey(std::string k);
Buffer getKey();
Options& setSalt(std::string s);
@@ -167,7 +167,7 @@ private:
std::string cipher_;
std::string kd_prf_;
std::string auth_algo_;
- u_int16_t mux_;
+ mux_t mux_;
Buffer key_;
Buffer salt_;
RouteList routes_;