summaryrefslogtreecommitdiff
path: root/modes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modes.cpp')
-rw-r--r--modes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modes.cpp b/modes.cpp
index 09d6fd13..5937588e 100644
--- a/modes.cpp
+++ b/modes.cpp
@@ -7,13 +7,13 @@
#include "modes.h"
#include "misc.h"
-//#ifndef NDEBUG
+//#if CRYPTOPP_DEBUG
#include "des.h"
//#endif
NAMESPACE_BEGIN(CryptoPP)
-#if !defined(NDEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
+#if CRYPTOPP_DEBUG && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
void Modes_TestInstantiations()
{
CFB_Mode<DES>::Encryption m0;