summaryrefslogtreecommitdiff
path: root/keyDerivation.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-11 12:31:46 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-11 12:31:46 +0000
commit62c5dcfa2dd117fd7b388d13ab8f33c5867a9636 (patch)
treeae84f36ab1a51a83c799cb062621e7f403e7051e /keyDerivation.cpp
parentfixes in mpi class, keyderivation iv generation (diff)
fixed many sync things
fixed warning (multiple key)
Diffstat (limited to 'keyDerivation.cpp')
-rw-r--r--keyDerivation.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyDerivation.cpp b/keyDerivation.cpp
index 3c25ae3..2c3d84b 100644
--- a/keyDerivation.cpp
+++ b/keyDerivation.cpp
@@ -144,10 +144,3 @@ void KeyDerivation::clear()
Lock lock(mutex_);
gcry_cipher_close( cipher_ );
}
-
-template<class Archive>
-void KeyDerivation::serialize(Archive & ar, const unsigned int version)
-{
- ar & ld_kdr_;
- ar & salt_;
-}