diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-12-11 12:36:06 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-12-11 12:36:06 +0000 |
commit | 0dd2114578f84735d1169d6e995ddbcb9f8003dc (patch) | |
tree | 87c7af2c7fa6da7b5793573ed31cb428a40ac29c /keyDerivation.h | |
parent | fixed many sync things (diff) |
serialisation working!!!
Diffstat (limited to 'keyDerivation.h')
-rw-r--r-- | keyDerivation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyDerivation.h b/keyDerivation.h index 8bce85c..10107d7 100644 --- a/keyDerivation.h +++ b/keyDerivation.h @@ -65,7 +65,7 @@ private: void serialize(Archive & ar, const unsigned int version) { ar & ld_kdr_; - //ar & salt_; + ar & salt_; } protected: |