summaryrefslogtreecommitdiff
path: root/md2.h
diff options
context:
space:
mode:
Diffstat (limited to 'md2.h')
-rw-r--r--md2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/md2.h b/md2.h
index 655c2232..5076be31 100644
--- a/md2.h
+++ b/md2.h
@@ -27,8 +27,8 @@ public:
unsigned int BlockSize() const {return BLOCKSIZE;}
CRYPTOPP_STATIC_CONSTEXPR const char* StaticAlgorithmName() {return "MD2";}
- CRYPTOPP_CONSTANT(DIGESTSIZE = 16)
- CRYPTOPP_CONSTANT(BLOCKSIZE = 16)
+ CRYPTOPP_CONSTANT(DIGESTSIZE = 16) ;
+ CRYPTOPP_CONSTANT(BLOCKSIZE = 16) ;
private:
void Transform();