From 54d17c7361dc97313ca0ad54bf07420e33a735c0 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 17 Oct 2016 22:00:31 -0400 Subject: Updated CRYPTOPP_ASSERT based on comments Also see https://github.com/weidai11/cryptopp/commit/399a1546de71f41598c15edada28e7f0d616f541#commitcomment-19448453 --- mqv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mqv.cpp') diff --git a/mqv.cpp b/mqv.cpp index 6232ea83..3bf6a252 100644 --- a/mqv.cpp +++ b/mqv.cpp @@ -9,7 +9,7 @@ NAMESPACE_BEGIN(CryptoPP) -#if CRYPTOPP_DEBUG && !defined(CRYPTOPP_DOXYGEN_PROCESSING) +#if defined(CRYPTOPP_DEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING) void TestInstantiations_MQV() { MQV mqv; -- cgit v1.2.1