summaryrefslogtreecommitdiff
path: root/arc4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arc4.cpp')
-rw-r--r--arc4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arc4.cpp b/arc4.cpp
index 2ee6857..b78b756 100644
--- a/arc4.cpp
+++ b/arc4.cpp
@@ -21,7 +21,7 @@ ARC4_Base::~ARC4_Base()
m_x = m_y = 0;
}
-void ARC4_Base::UncheckedSetKey(const NameValuePairs &params, const byte *key, unsigned int keyLen, const byte *iv)
+void ARC4_Base::UncheckedSetKey(const byte *key, unsigned int keyLen, const NameValuePairs &params)
{
AssertValidKeyLength(keyLen);