From f78fccb3cc8c2375bd0b474a33c43b1cd22a325c Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 19 Jun 2004 08:28:09 +0000 Subject: port to GCC 3.4 --- dmac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmac.h') diff --git a/dmac.h b/dmac.h index 521ba448..f10d34fd 100644 --- a/dmac.h +++ b/dmac.h @@ -40,7 +40,7 @@ class DMAC : public MessageAuthenticationCodeFinal > public: DMAC() {} DMAC(const byte *key, unsigned int length=DMAC_Base::DEFAULT_KEYLENGTH) - {SetKey(key, length);} + {this->SetKey(key, length);} }; template -- cgit v1.2.1