From 085c5b2d0b70a2ff3d9ccf8616a7bdf4abbc957f Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 14 Dec 2006 11:41:39 +0000 Subject: port to Borland C++Builder 2006 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@260 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- md2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'md2.h') diff --git a/md2.h b/md2.h index dc28922..a92bf97 100644 --- a/md2.h +++ b/md2.h @@ -17,7 +17,8 @@ public: unsigned int DigestSize() const {return DIGESTSIZE;} static const char * StaticAlgorithmName() {return "MD2";} - enum {DIGESTSIZE = 16, BLOCKSIZE = 16}; + CRYPTOPP_CONSTANT(DIGESTSIZE = 16) + CRYPTOPP_CONSTANT(BLOCKSIZE = 16) private: void Transform(); -- cgit v1.2.1