summaryrefslogtreecommitdiff
path: root/keyDerivation.cpp
diff options
context:
space:
mode:
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;