Guard test instantiations on Debug builds

pull/263/head
Jeffrey Walton 2016-07-14 01:55:07 -04:00
parent 3b7c0550fa
commit 46f907943f
2 changed files with 4 additions and 0 deletions

View File

@ -6,9 +6,11 @@
NAMESPACE_BEGIN(CryptoPP)
#if !defined(NDEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
void TestInstantiations_FHMQV()
{
FullyHashedMQV fhmqv;
}
#endif
NAMESPACE_END

View File

@ -6,9 +6,11 @@
NAMESPACE_BEGIN(CryptoPP)
#if !defined(NDEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
void TestInstantiations_HMQV()
{
HashedMQV hmqv;
}
#endif
NAMESPACE_END