summaryrefslogtreecommitdiff
path: root/skipjack.h
diff options
context:
space:
mode:
Diffstat (limited to 'skipjack.h')
-rw-r--r--skipjack.h2
1 files changed, 1 insertions, 1 deletions
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<SKIPJACK_Info>
{
public:
- void UncheckedSetKey(CipherDir direction, const byte *userKey, unsigned int length);
+ void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);
protected:
static const byte fTable[256];