summaryrefslogtreecommitdiff
path: root/sosemanuk.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-26 16:03:14 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-26 16:03:14 -0400
commitb7de164d6251dc066123b59bc15d30c74e920756 (patch)
tree650e67242386d55616a2038c5cbc7042568ed377 /sosemanuk.cpp
parent7b64ca489a7e1da36b02b4a35d149275914d8268 (diff)
downloadcryptopp-git-b7de164d6251dc066123b59bc15d30c74e920756.tar.gz
Cut-in CRYPTOPP_ASSERT in all remaining header and source files
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;