From 22c3e411334041c8959055d1d104c3039f1e46b1 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 30 Jul 2015 17:35:58 -0400 Subject: =?UTF-8?q?Removed=20USING=5FNAMESPACE(std).=20Changed=20cout=20?= =?UTF-8?q?=E2=86=92=20std::cout,=20cerr=20=E2=86=92=20std::cerr,=20...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fipstest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fipstest.cpp') diff --git a/fipstest.cpp b/fipstest.cpp index 93a238ab..0daaf6d6 100644 --- a/fipstest.cpp +++ b/fipstest.cpp @@ -40,7 +40,7 @@ extern PowerUpSelfTestStatus g_powerUpSelfTestStatus; SecByteBlock g_actualMac; unsigned long g_macFileLocation = 0; -// use a random dummy string here, to be searched/replaced later with the real MAC +// use a random dummy std::string here, to be searched/replaced later with the real MAC static const byte s_moduleMac[CryptoPP::HMAC::DIGESTSIZE] = CRYPTOPP_DUMMY_DLL_MAC; CRYPTOPP_COMPILE_ASSERT(sizeof(s_moduleMac) == CryptoPP::SHA1::DIGESTSIZE); -- cgit v1.2.1