diff options
author | lloyd <[email protected]> | 2015-02-11 23:16:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-02-11 23:16:51 +0000 |
commit | 85caef829c9eeb7c224ad3b2e3ffbcfe981c2428 (patch) | |
tree | 130b3913b5e82de89042a74c2a8046f103deff1b /src/lib/entropy/egd/es_egd.h | |
parent | 92bc6eac5addf77d610fad21378bc4434ef98119 (diff) |
Add version_cstr (returns const char*) and move tag_size from AEAD to
Cipher_Mode. Add missing includes in entropy sources, noticed by clang.
Diffstat (limited to 'src/lib/entropy/egd/es_egd.h')
-rw-r--r-- | src/lib/entropy/egd/es_egd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/entropy/egd/es_egd.h b/src/lib/entropy/egd/es_egd.h index 5afdc5a41..3f46bc64f 100644 --- a/src/lib/entropy/egd/es_egd.h +++ b/src/lib/entropy/egd/es_egd.h @@ -11,6 +11,7 @@ #include <botan/entropy_src.h> #include <string> #include <vector> +#include <mutex> namespace Botan { |