summaryrefslogtreecommitdiff
path: root/gcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcm.h')
-rw-r--r--gcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcm.h b/gcm.h
index 6be06d4..851ae80 100644
--- a/gcm.h
+++ b/gcm.h
@@ -35,7 +35,7 @@ public:
{return 1;}
unsigned int MaxIVLength() const
{return UINT_MAX;} // (W64LIT(1)<<61)-1 in the standard
- unsigned int DigestSize(void) const
+ unsigned int DigestSize() const
{return 16;}
lword MaxHeaderLength() const
{return (W64LIT(1)<<61)-1;}