summaryrefslogtreecommitdiff
path: root/keyDerivation.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-11 12:59:28 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-11 12:59:28 +0000
commitc854ecab3d5516d7bd588e3ea4eb2d5e07153fa6 (patch)
tree1f9c838031a837f237a64152447f2a43c99f2597 /keyDerivation.h
parentnow set really key in KD (diff)
sender sequenze number fixed
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 10107d7..420aa84 100644
--- a/keyDerivation.h
+++ b/keyDerivation.h
@@ -51,7 +51,7 @@ typedef enum {
class KeyDerivation
{
public:
- KeyDerivation() : ld_kdr_(-1), cipher_(NULL) {};
+ KeyDerivation() : ld_kdr_(-1), salt_(0), cipher_(NULL) {};
virtual ~KeyDerivation() {};
void init(Buffer key, Buffer salt);