summaryrefslogtreecommitdiff
path: root/authAlgo.h
diff options
context:
space:
mode:
Diffstat (limited to 'authAlgo.h')
-rw-r--r--authAlgo.h2
1 files changed, 2 insertions, 0 deletions
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 <gcrypt.h>
@@ -64,6 +65,7 @@ public:
protected:
static const char* MIN_GCRYPT_VERSION;
gcry_md_hd_t ctx_;
+ Mutex mutex_;
};
#endif