diff options
author | Jeffrey Walton <noloader@gmail.com> | 2021-04-21 06:40:22 -0400 |
---|---|---|
committer | Jeffrey Walton <noloader@gmail.com> | 2021-04-21 06:40:22 -0400 |
commit | 47e15356079ba27871305d7e7f67a43bb4e81369 (patch) | |
tree | 539d99d44d7eb193e2499d090bbd737fd13d8261 /lsh256.cpp | |
parent | 29cfba8463750c22ef1fa223d8c2ffade13b43a8 (diff) | |
download | cryptopp-git-47e15356079ba27871305d7e7f67a43bb4e81369.tar.gz |
Fix typo
Diffstat (limited to 'lsh256.cpp')
-rw-r--r-- | lsh256.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ // Apple and broken compile with -march=native when AVX2 is available.
// https://travis-ci.org/github/noloader/cryptopp/jobs/767844407
-#if defined(__AVX2__) && defined(CRYPTOPP_APPLE_CLANG_VERSION))
+#if defined(__AVX2__) && defined(CRYPTOPP_APPLE_CLANG_VERSION)
# undef CRYPTOPP_LSH256_AVX2_AVAILABLE
#endif
|