aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy/unix_procs/unix_procs.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-10-17 03:11:14 -0400
committerJack Lloyd <[email protected]>2016-10-17 03:11:14 -0400
commit0b353965a56dabf7528eecf672cc627304dbb8e1 (patch)
treededfd4db3cc140f4a4c2fbba8a566742bc735fd2 /src/lib/entropy/unix_procs/unix_procs.h
parenta816a52612cd8e9cf12bfdccaacc5ce7960b2700 (diff)
parent8b3bda479efecef760f052cc055d3d6d98bf0637 (diff)
Merge GH #665 Add IncludeOS target, make filesystem/threads optional
Diffstat (limited to 'src/lib/entropy/unix_procs/unix_procs.h')
-rw-r--r--src/lib/entropy/unix_procs/unix_procs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/entropy/unix_procs/unix_procs.h b/src/lib/entropy/unix_procs/unix_procs.h
index 27f7ab5bb..f87881d54 100644
--- a/src/lib/entropy/unix_procs/unix_procs.h
+++ b/src/lib/entropy/unix_procs/unix_procs.h
@@ -10,7 +10,7 @@
#include <botan/entropy_src.h>
#include <vector>
-#include <mutex>
+#include <botan/mutex.h>
namespace Botan {
@@ -67,7 +67,7 @@ class Unix_EntropySource final : public Entropy_Source
const std::vector<std::string>& next_source();
- std::mutex m_mutex;
+ mutex_type m_mutex;
const std::vector<std::string> m_trusted_paths;
const size_t m_concurrent;