summaryrefslogtreecommitdiff
path: root/fltrimpl.h
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 /fltrimpl.h
parent7b64ca489a7e1da36b02b4a35d149275914d8268 (diff)
downloadcryptopp-git-b7de164d6251dc066123b59bc15d30c74e920756.tar.gz
Cut-in CRYPTOPP_ASSERT in all remaining header and source files
Diffstat (limited to 'fltrimpl.h')
-rw-r--r--fltrimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fltrimpl.h b/fltrimpl.h
index 2ddac508..151526e9 100644
--- a/fltrimpl.h
+++ b/fltrimpl.h
@@ -12,7 +12,7 @@
#define FILTER_END_NO_MESSAGE_END_NO_RETURN \
break; \
default: \
- assert(false); \
+ CRYPTOPP_ASSERT(false); \
}
#define FILTER_END_NO_MESSAGE_END \