summaryrefslogtreecommitdiff
path: root/hmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'hmac.h')
-rw-r--r--hmac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hmac.h b/hmac.h
index 71c92588..50276d36 100644
--- a/hmac.h
+++ b/hmac.h
@@ -52,8 +52,8 @@ template <class T>
class HMAC : public MessageAuthenticationCodeImpl<HMAC_Base, HMAC<T> >
{
public:
- CRYPTOPP_CONSTANT(DIGESTSIZE=T::DIGESTSIZE)
- CRYPTOPP_CONSTANT(BLOCKSIZE=T::BLOCKSIZE)
+ CRYPTOPP_CONSTANT(DIGESTSIZE=T::DIGESTSIZE) ;
+ CRYPTOPP_CONSTANT(BLOCKSIZE=T::BLOCKSIZE) ;
virtual ~HMAC() {}