summaryrefslogtreecommitdiff
path: root/mars.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mars.cpp')
-rw-r--r--mars.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mars.cpp b/mars.cpp
index 804c9b1e..06811b53 100644
--- a/mars.cpp
+++ b/mars.cpp
@@ -38,7 +38,7 @@ static word32 gen_mask(word32 x)
};
NAMESPACE_END
-void MARS::Base::UncheckedSetKey(CipherDir direction, const byte *userKey, unsigned int length)
+void MARS::Base::UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &)
{
AssertValidKeyLength(length);