summaryrefslogtreecommitdiff
path: root/sosemanuk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sosemanuk.cpp')
-rw-r--r--sosemanuk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sosemanuk.cpp b/sosemanuk.cpp
index 1bb06dcb..52dd24b1 100644
--- a/sosemanuk.cpp
+++ b/sosemanuk.cpp
@@ -22,7 +22,7 @@ void SosemanukPolicy::CipherSetKey(const NameValuePairs &params, const byte *use
void SosemanukPolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length)
{
- assert(length==16);
+ CRYPTOPP_ASSERT(length==16);
word32 a, b, c, d, e;