summaryrefslogtreecommitdiff
path: root/dmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'dmac.h')
-rw-r--r--dmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmac.h b/dmac.h
index c0f81b3..6d4c0b7 100644
--- a/dmac.h
+++ b/dmac.h
@@ -12,7 +12,7 @@ class CRYPTOPP_NO_VTABLE DMAC_Base : public SameKeyLengthAs<T>, public MessageAu
public:
static std::string StaticAlgorithmName() {return std::string("DMAC(") + T::StaticAlgorithmName() + ")";}
- enum {DIGESTSIZE=T::BLOCKSIZE};
+ CRYPTOPP_CONSTANT(DIGESTSIZE=T::BLOCKSIZE)
DMAC_Base() {}