From e54cf1001d0eb1fe5c253e99054216b988b2a5b6 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 14 Jul 2016 02:11:33 -0400 Subject: [PATCH] =?UTF-8?q?HashedMQV=20=E2=86=92=20HMQV=5FGFP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hmqv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmqv.cpp b/hmqv.cpp index 5782a362..a718d19c 100644 --- a/hmqv.cpp +++ b/hmqv.cpp @@ -9,7 +9,7 @@ NAMESPACE_BEGIN(CryptoPP) #if !defined(NDEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING) void TestInstantiations_HMQV() { - HashedMQV hmqv; + HMQV_GFP hmqv; } #endif