From 5e14e11c3c21c7bd04b156f1df8e8c866509bc4a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 20 Feb 2008 13:53:17 +0000 Subject: cleanups key derivation could work now --- keyDerivation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyDerivation.h') diff --git a/keyDerivation.h b/keyDerivation.h index 88027ed..8776dd7 100644 --- a/keyDerivation.h +++ b/keyDerivation.h @@ -59,7 +59,7 @@ public: void generate(satp_prf_label label, seq_nr_t seq_nr, Buffer& key); private: - void updateKey(); + void updateMasterKey(); KeyDerivation(const KeyDerivation & src); friend class boost::serialization::access; @@ -70,7 +70,7 @@ private: ar & ld_kdr_; ar & master_salt_; ar & master_key_; - updateKey(); + updateMasterKey(); } protected: -- cgit v1.2.3