summaryrefslogtreecommitdiff
path: root/lsh512.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-21 06:40:22 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-21 06:40:22 -0400
commit47e15356079ba27871305d7e7f67a43bb4e81369 (patch)
tree539d99d44d7eb193e2499d090bbd737fd13d8261 /lsh512.cpp
parent29cfba8463750c22ef1fa223d8c2ffade13b43a8 (diff)
downloadcryptopp-git-47e15356079ba27871305d7e7f67a43bb4e81369.tar.gz
Fix typo
Diffstat (limited to 'lsh512.cpp')
-rw-r--r--lsh512.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsh512.cpp b/lsh512.cpp
index b6259355..0e97abf9 100644
--- a/lsh512.cpp
+++ b/lsh512.cpp
@@ -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