summaryrefslogtreecommitdiff
path: root/camellia.h
diff options
context:
space:
mode:
Diffstat (limited to 'camellia.h')
-rw-r--r--camellia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camellia.h b/camellia.h
index 3e44efa..dd88720 100644
--- a/camellia.h
+++ b/camellia.h
@@ -25,7 +25,7 @@ class Camellia : public Camellia_Info, public BlockCipherDocumentation
class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl<Camellia_Info>
{
public:
- void UncheckedSetKey(CipherDir dir, const byte *key, unsigned int keylen);
+ void UncheckedSetKey(const byte *key, unsigned int keylen, const NameValuePairs &params);
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
unsigned int BlockAlignment() const {return 8;}