diff options
author | Christian Pointner <equinox@anytun.org> | 2008-02-20 00:25:29 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-02-20 00:25:29 +0000 |
commit | 7b75dd9d4afd6030fe1837ea7d2d3fcd225ae785 (patch) | |
tree | eb9375dcfd63e78965d844674577491c1dd1a5e9 /anytun.cpp | |
parent | further cleanups (diff) |
further cleanups
cipher could work now
Diffstat (limited to 'anytun.cpp')
-rw-r--r-- | anytun.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ #define SESSION_KEYLEN_ENCR 16 #define SESSION_KEYLEN_SALT 14 -void createConnection(const std::string & remote_host , u_int16_t remote_port, ConnectionList & cl, u_int16_t seqSize, SyncQueue & queue) +void createConnection(const std::string & remote_host, u_int16_t remote_port, ConnectionList & cl, u_int16_t seqSize, SyncQueue & queue) { uint8_t key[] = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', |