summaryrefslogtreecommitdiff
path: root/esign.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-10-17 22:00:31 -0400
committerJeffrey Walton <noloader@gmail.com>2016-10-17 22:00:31 -0400
commit54d17c7361dc97313ca0ad54bf07420e33a735c0 (patch)
treee61a6f7451df5f1bb280d7e0bab21b7100551ac3 /esign.cpp
parentb7423a3bf73aef511ff310631955ff378c6fee7e (diff)
downloadcryptopp-git-54d17c7361dc97313ca0ad54bf07420e33a735c0.tar.gz
Updated CRYPTOPP_ASSERT based on comments
Also see https://github.com/weidai11/cryptopp/commit/399a1546de71f41598c15edada28e7f0d616f541#commitcomment-19448453
Diffstat (limited to 'esign.cpp')
-rw-r--r--esign.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/esign.cpp b/esign.cpp
index 5d5c4fc2..58ee56d7 100644
--- a/esign.cpp
+++ b/esign.cpp
@@ -18,7 +18,7 @@
NAMESPACE_BEGIN(CryptoPP)
-#if CRYPTOPP_DEBUG && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
+#if defined(CRYPTOPP_DEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
void ESIGN_TestInstantiations()
{
ESIGN<SHA>::Verifier x1(1, 1);