HashedMQV → HMQV_GFP

pull/263/head
Jeffrey Walton 2016-07-14 02:11:33 -04:00
parent 86ccf4c008
commit e54cf1001d
1 changed files with 1 additions and 1 deletions

View File

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