summaryrefslogtreecommitdiff
path: root/crc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crc.h')
-rw-r--r--crc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crc.h b/crc.h
index 1696174..23f1461 100644
--- a/crc.h
+++ b/crc.h
@@ -19,7 +19,7 @@ const word32 CRC32_NEGL = 0xffffffffL;
class CRC32 : public HashTransformation
{
public:
- enum {DIGESTSIZE = 4};
+ CRYPTOPP_CONSTANT(DIGESTSIZE = 4)
CRC32();
void Update(const byte *input, size_t length);
void TruncatedFinal(byte *hash, size_t size);