summaryrefslogtreecommitdiff
path: root/wake.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wake.cpp')
-rw-r--r--wake.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wake.cpp b/wake.cpp
index 888b2e09..bdcee981 100644
--- a/wake.cpp
+++ b/wake.cpp
@@ -7,7 +7,7 @@
NAMESPACE_BEGIN(CryptoPP)
-#if !defined(NDEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
+#if CRYPTOPP_DEBUG && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
void WAKE_TestInstantiations()
{
WAKE_OFB<>::Encryption x2;