summaryrefslogtreecommitdiff
path: root/vmac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmac.cpp')
-rw-r--r--vmac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmac.cpp b/vmac.cpp
index 24673b2a..b67a0e43 100644
--- a/vmac.cpp
+++ b/vmac.cpp
@@ -133,7 +133,7 @@ void VMAC_Base::Resynchronize(const byte *nonce, int len)
void VMAC_Base::HashEndianCorrectedBlock(const word64 *data)
{
- assert(false);
+ CRYPTOPP_ASSERT(false);
throw 0;
}