From f05ea58bb369988a61438411539ea955e0adf8c2 Mon Sep 17 00:00:00 2001 From: weidai Date: Sun, 10 Dec 2006 02:12:23 +0000 Subject: port to GCC 4, reorganize implementations of SetKey --- ttmac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ttmac.h') diff --git a/ttmac.h b/ttmac.h index 2c8f2166..a8ca6d5c 100644 --- a/ttmac.h +++ b/ttmac.h @@ -18,7 +18,7 @@ public: TTMAC_Base() {SetStateSize(DIGESTSIZE*2);} unsigned int DigestSize() const {return DIGESTSIZE;}; - void UncheckedSetKey(const byte *userKey, unsigned int keylength); + void UncheckedSetKey(const byte *userKey, unsigned int keylength, const NameValuePairs ¶ms); void TruncatedFinal(byte *mac, size_t size); protected: -- cgit v1.2.1