summaryrefslogtreecommitdiff
path: root/keyDerivation.cpp
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-12-11 09:57:27 +0000
committerErwin Nindl <nine@wirdorange.org>2007-12-11 09:57:27 +0000
commit904aebd1018f112c2bcf8232bbd9254966ce327d (patch)
tree74908450365cf84bcea49de79a68352996eec1ec /keyDerivation.cpp
parentadded multible precission integer class (diff)
deactivated kd for testing
Diffstat (limited to 'keyDerivation.cpp')
-rw-r--r--keyDerivation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyDerivation.cpp b/keyDerivation.cpp
index d3498b8..b068c0c 100644
--- a/keyDerivation.cpp
+++ b/keyDerivation.cpp
@@ -97,7 +97,7 @@ void KeyDerivation::setLogKDRate(const uint8_t log_rate)
void KeyDerivation::generate(satp_prf_label label, seq_nr_t seq_nr, Buffer& key, u_int32_t length)
{
- Lock lock(mutex_);
+ ////Lock lock(mutex_);
gcry_error_t err;
Mpi r;