summaryrefslogtreecommitdiff
path: root/lsh256.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 /lsh256.cpp
parent29cfba8463750c22ef1fa223d8c2ffade13b43a8 (diff)
downloadcryptopp-git-47e15356079ba27871305d7e7f67a43bb4e81369.tar.gz
Fix typo
Diffstat (limited to 'lsh256.cpp')
-rw-r--r--lsh256.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsh256.cpp b/lsh256.cpp
index edf7ae3a..9d1b6f69 100644
--- a/lsh256.cpp
+++ b/lsh256.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