aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/aead
diff options
context:
space:
mode:
Diffstat (limited to 'src/modes/aead')
-rw-r--r--src/modes/aead/gcm/gcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/aead/gcm/gcm.h b/src/modes/aead/gcm/gcm.h
index e0789f960..f828a3ff2 100644
--- a/src/modes/aead/gcm/gcm.h
+++ b/src/modes/aead/gcm/gcm.h
@@ -42,7 +42,7 @@ class BOTAN_DLL GCM_Mode : public AEAD_Mode
GCM_Mode(BlockCipher* cipher, size_t tag_size);
- static const size_t BS = 16;
+ const size_t BS = 16;
const size_t m_tag_size;
const std::string m_cipher_name;