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 --- skipjack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skipjack.h') diff --git a/skipjack.h b/skipjack.h index 5bf66e18..d6e4296f 100644 --- a/skipjack.h +++ b/skipjack.h @@ -21,7 +21,7 @@ class SKIPJACK : public SKIPJACK_Info, public BlockCipherDocumentation class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl { public: - void UncheckedSetKey(CipherDir direction, const byte *userKey, unsigned int length); + void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs ¶ms); protected: static const byte fTable[256]; -- cgit v1.2.1