summaryrefslogtreecommitdiff
path: root/keyDerivation.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-11 13:46:35 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-11 13:46:35 +0000
commitc44f24c0a3c15cdd7e243c8b36e394f5073753a6 (patch)
tree21f334603a7696de426985a27c21275157ff895a /keyDerivation.h
parentfixed mpi default construktor (diff)
debuging sync buffer
lenght changes, don't know why
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 420aa84..2bcd3f5 100644
--- a/keyDerivation.h
+++ b/keyDerivation.h
@@ -60,6 +60,7 @@ public:
void clear();
private:
+ KeyDerivation(const KeyDerivation & src);
friend class boost::serialization::access;
template<class Archive>
void serialize(Archive & ar, const unsigned int version)