diff options
Diffstat (limited to 'mqv.cpp')
-rw-r--r-- | mqv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ NAMESPACE_BEGIN(CryptoPP)
-#if !defined(NDEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
+#if CRYPTOPP_DEBUG && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
void TestInstantiations_MQV()
{
MQV mqv;
|