summaryrefslogtreecommitdiff
path: root/keyDerivation.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-11 15:47:35 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-11 15:47:35 +0000
commit36d129ac45e9c5121a8c832706f42bbc94a1e387 (patch)
tree6670251ddefc8f4667bf01747a4b947548407c51 /keyDerivation.h
parentrecever gets seq and sid now (diff)
fixed connection list
memory leak kd and sequence window created by createConnection
Diffstat (limited to 'keyDerivation.h')
-rw-r--r--keyDerivation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyDerivation.h b/keyDerivation.h
index 2bcd3f5..d8b9017 100644
--- a/keyDerivation.h
+++ b/keyDerivation.h
@@ -58,6 +58,7 @@ public:
void setLogKDRate(const u_int8_t ld_rate);
void generate(satp_prf_label label, seq_nr_t seq_nr, Buffer& key, u_int32_t length);
void clear();
+ u_int32_t bufferGetLength() const;
private:
KeyDerivation(const KeyDerivation & src);