summaryrefslogtreecommitdiff
path: root/hmac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hmac.cpp')
-rw-r--r--hmac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmac.cpp b/hmac.cpp
index aa97aa4..dc9fc9b 100644
--- a/hmac.cpp
+++ b/hmac.cpp
@@ -8,7 +8,7 @@
NAMESPACE_BEGIN(CryptoPP)
-void HMAC_Base::UncheckedSetKey(const byte *userKey, unsigned int keylength)
+void HMAC_Base::UncheckedSetKey(const byte *userKey, unsigned int keylength, const NameValuePairs &)
{
AssertValidKeyLength(keylength);