summaryrefslogtreecommitdiff
path: root/validat1.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-06-18 19:00:30 -0400
committerJeffrey Walton <noloader@gmail.com>2018-06-18 19:00:30 -0400
commit55ba5de9b52ba02bd879f55648f740ce4d01cf66 (patch)
treee3a74426629810d0937fbd66dc5264fc82ded3d0 /validat1.cpp
parent0ccdc197b7ec6b5a60726f0a49bd4f02efaac258 (diff)
downloadcryptopp-git-55ba5de9b52ba02bd879f55648f740ce4d01cf66.tar.gz
Fix typo
Diffstat (limited to 'validat1.cpp')
-rw-r--r--validat1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/validat1.cpp b/validat1.cpp
index c8d58255..03ef2ab7 100644
--- a/validat1.cpp
+++ b/validat1.cpp
@@ -380,8 +380,8 @@ bool TestSettings()
std::cout << "hasSSE2 == " << hasSSE2 << ", hasSSSE3 == " << hasSSSE3 << ", hasSSE4.1 == " << hasSSE41;
std::cout << ", hasSSE4.2 == " << hasSSE42 << ", hasAVX == " << hasAVX << ", hasAVX2 == " << hasAVX2;
- std::cout << ", hasAESNI == " << hasAESNI << ", hasCLMUL == " << hasCLMUL << ", hasRDRAND == " << HasRDRAND;
- std::cout << ", hasRDSEED == " << HasRDSEED << ", hasSHA == " << HasSHA() << ", isP4 == " << isP4;
+ std::cout << ", hasAESNI == " << hasAESNI << ", hasCLMUL == " << hasCLMUL << ", hasRDRAND == " << hasRDRAND;
+ std::cout << ", hasRDSEED == " << hasRDSEED << ", hasSHA == " << hasSHA << ", isP4 == " << isP4;
std::cout << "\n";
#elif (CRYPTOPP_BOOL_ARM32 || CRYPTOPP_BOOL_ARM64)