summaryrefslogtreecommitdiff
path: root/serpent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'serpent.cpp')
-rw-r--r--serpent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/serpent.cpp b/serpent.cpp
index 5cef12d..6995646 100644
--- a/serpent.cpp
+++ b/serpent.cpp
@@ -421,7 +421,7 @@ NAMESPACE_BEGIN(CryptoPP)
c ^= k[4 * r + 2]; \
d ^= k[4 * r + 3];}
-void Serpent::Base::UncheckedSetKey(CipherDir direction, const byte *userKey, unsigned int keylen)
+void Serpent::Base::UncheckedSetKey(const byte *userKey, unsigned int keylen, const NameValuePairs &)
{
AssertValidKeyLength(keylen);