aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/emsa_raw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emsa_raw.cpp b/src/emsa_raw.cpp
index 4955456ff..037e22375 100644
--- a/src/emsa_raw.cpp
+++ b/src/emsa_raw.cpp
@@ -40,7 +40,7 @@ SecureVector<byte> EMSA_Raw::encoding_of(const MemoryRegion<byte>& msg,
*************************************************/
bool EMSA_Raw::verify(const MemoryRegion<byte>& coded,
const MemoryRegion<byte>& raw,
- u32bit key_bits) throw()
+ u32bit) throw()
{
return (coded == raw);
}