summaryrefslogtreecommitdiff
path: root/wake.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wake.cpp')
-rw-r--r--wake.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/wake.cpp b/wake.cpp
index ac270ab3..4a9bc340 100644
--- a/wake.cpp
+++ b/wake.cpp
@@ -7,11 +7,13 @@
NAMESPACE_BEGIN(CryptoPP)
+#if !defined(NDEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
void WAKE_TestInstantiations()
{
WAKE_OFB<>::Encryption x2;
WAKE_OFB<>::Decryption x4;
}
+#endif
inline word32 WAKE_Base::M(word32 x, word32 y)
{