summaryrefslogtreecommitdiff
path: root/luc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'luc.cpp')
-rw-r--r--luc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/luc.cpp b/luc.cpp
index 013f972d..707b6f5e 100644
--- a/luc.cpp
+++ b/luc.cpp
@@ -10,7 +10,7 @@
NAMESPACE_BEGIN(CryptoPP)
-#if CRYPTOPP_DEBUG && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
+#if defined(CRYPTOPP_DEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
void LUC_TestInstantiations()
{
LUC_HMP<SHA>::Signer t1;