summaryrefslogtreecommitdiff
path: root/arc4.h
diff options
context:
space:
mode:
Diffstat (limited to 'arc4.h')
-rw-r--r--arc4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arc4.h b/arc4.h
index 51de9f1..cfb7de6 100644
--- a/arc4.h
+++ b/arc4.h
@@ -27,7 +27,7 @@ public:
typedef SymmetricCipherFinalTemplate<ARC4_Base> Decryption;
protected:
- void UncheckedSetKey(const NameValuePairs &params, const byte *key, unsigned int length);
+ void UncheckedSetKey(const NameValuePairs &params, const byte *key, unsigned int length, const byte *iv);
virtual unsigned int GetDefaultDiscardBytes() const {return 0;}
FixedSizeSecBlock<byte, 256> m_state;