From 904aebd1018f112c2bcf8232bbd9254966ce327d Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Tue, 11 Dec 2007 09:57:27 +0000 Subject: deactivated kd for testing --- keyDerivation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyDerivation.cpp') 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; -- cgit v1.2.3