summaryrefslogtreecommitdiff
path: root/lsh256_avx.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-02-10 12:08:03 -0500
committerJeffrey Walton <noloader@gmail.com>2022-02-10 12:08:03 -0500
commit03e043a72de2a48a8f78eafaa7bba73add3bc2bf (patch)
treea6da18ee8b22c2b331be3227ee3ed6c62b4d66fd /lsh256_avx.cpp
parent444c20d2684cfeb4a5cbc02e47c6a660bf9018a2 (diff)
downloadcryptopp-git-03e043a72de2a48a8f78eafaa7bba73add3bc2bf.tar.gz
Squash linker and libtool warnings
Diffstat (limited to 'lsh256_avx.cpp')
-rw-r--r--lsh256_avx.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lsh256_avx.cpp b/lsh256_avx.cpp
index e700cf88..f5cb4401 100644
--- a/lsh256_avx.cpp
+++ b/lsh256_avx.cpp
@@ -15,6 +15,9 @@
#include "lsh.h"
#include "misc.h"
+// Squash MS LNK4221 and libtool warnings
+extern const char LSH256_AVX_FNAME[] = __FILE__;
+
#if defined(CRYPTOPP_AVX2_AVAILABLE) && defined(CRYPTOPP_ENABLE_64BIT_SSE)
#if defined(CRYPTOPP_AVX2_AVAILABLE)
@@ -27,9 +30,6 @@
# include <x86intrin.h>
#endif
-// Squash MS LNK4221 and libtool warnings
-extern const char LSH256_AVX_FNAME[] = __FILE__;
-
ANONYMOUS_NAMESPACE_BEGIN
/* LSH Constants */