summaryrefslogtreecommitdiff
path: root/keyDerivation.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-02-24 00:45:34 +0000
committerChristian Pointner <equinox@anytun.org>2008-02-24 00:45:34 +0000
commit24ffb4132394099e293bd49ce5c819fed58c7027 (patch)
treecc063dc3d3fc9e83903bda803dca35536c7f7d38 /keyDerivation.h
parentbugfix@ sender and receiver reset packet size at begin of loop (diff)
default for key_derivation_rate now 1
mind the debug output @ sender
Diffstat (limited to 'keyDerivation.h')
-rw-r--r--keyDerivation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyDerivation.h b/keyDerivation.h
index 8776dd7..f660efa 100644
--- a/keyDerivation.h
+++ b/keyDerivation.h
@@ -51,7 +51,7 @@ typedef enum {
class KeyDerivation
{
public:
- KeyDerivation() : ld_kdr_(-1), master_salt_(0), cipher_(NULL) {};
+ KeyDerivation() : ld_kdr_(0), master_salt_(0), cipher_(NULL) {};
virtual ~KeyDerivation();
void init(Buffer key, Buffer salt);