summaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2007-06-17 16:14:34 +0000
committerChristian Pointner <equinox@anytun.org>2007-06-17 16:14:34 +0000
commit87735d1c20816e8c1c0092a86dc8d1ab80ab36db (patch)
tree84b8850480ed94d3b8862a757804c8e2a821783b /buffer.h
parentbugfixes @ tunDevice (diff)
added cypher and authalgo
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffer.h b/buffer.h
index 349c8dd..b8841af 100644
--- a/buffer.h
+++ b/buffer.h
@@ -48,8 +48,8 @@ public:
protected:
- u_int32_t length_;
u_int8_t *buf_;
+ u_int32_t length_;
};