From f8eac2fafb58f58c6186afb7b4a2e6cebb16ffcc Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Wed, 12 Dec 2007 16:55:28 +0000 Subject: codechanges in sha1authalgo --- authAlgo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'authAlgo.h') diff --git a/authAlgo.h b/authAlgo.h index 1a6d431..45e2fc4 100644 --- a/authAlgo.h +++ b/authAlgo.h @@ -34,6 +34,7 @@ #include "authTag.h" #include "datatypes.h" #include "buffer.h" +#include "threadUtils.hpp" #include @@ -64,6 +65,7 @@ public: protected: static const char* MIN_GCRYPT_VERSION; gcry_md_hd_t ctx_; + Mutex mutex_; }; #endif -- cgit v1.2.3