summaryrefslogtreecommitdiff
path: root/ccm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ccm.h')
-rw-r--r--ccm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccm.h b/ccm.h
index e84b45c..2f3c56b 100644
--- a/ccm.h
+++ b/ccm.h
@@ -36,7 +36,7 @@ public:
{return 7;}
unsigned int MaxIVLength() const
{return 13;}
- unsigned int DigestSize(void) const
+ unsigned int DigestSize() const
{return m_digestSize;}
lword MaxHeaderLength() const
{return W64LIT(0)-1;}