summaryrefslogtreecommitdiff
path: root/lubyrack.h
diff options
context:
space:
mode:
Diffstat (limited to 'lubyrack.h')
-rw-r--r--lubyrack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lubyrack.h b/lubyrack.h
index 424152a..af3a77b 100644
--- a/lubyrack.h
+++ b/lubyrack.h
@@ -27,7 +27,7 @@ class LR : public LR_Info<T>, public BlockCipherDocumentation
{
public:
// VC60 workaround: have to define these functions within class definition
- void UncheckedSetKey(CipherDir direction, const byte *userKey, unsigned int length)
+ void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params)
{
this->AssertValidKeyLength(length);