diff options
author | Christian Pointner <equinox@anytun.org> | 2007-06-17 16:14:34 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2007-06-17 16:14:34 +0000 |
commit | 87735d1c20816e8c1c0092a86dc8d1ab80ab36db (patch) | |
tree | 84b8850480ed94d3b8862a757804c8e2a821783b /buffer.cpp | |
parent | bugfixes @ tunDevice (diff) |
added cypher and authalgo
Diffstat (limited to 'buffer.cpp')
-rw-r--r-- | buffer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ u_int32_t Buffer::resize(u_int32_t new_length) length_ = new_length; buf_ = tmp; + return length_; } u_int32_t Buffer::getLength() const |