summaryrefslogtreecommitdiff
path: root/lsh512_sse.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 /lsh512_sse.cpp
parent444c20d2684cfeb4a5cbc02e47c6a660bf9018a2 (diff)
downloadcryptopp-git-03e043a72de2a48a8f78eafaa7bba73add3bc2bf.tar.gz
Squash linker and libtool warnings
Diffstat (limited to 'lsh512_sse.cpp')
-rw-r--r--lsh512_sse.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lsh512_sse.cpp b/lsh512_sse.cpp
index af230c7b..9e0aea97 100644
--- a/lsh512_sse.cpp
+++ b/lsh512_sse.cpp
@@ -15,6 +15,9 @@
#include "lsh.h"
#include "misc.h"
+// Squash MS LNK4221 and libtool warnings
+extern const char LSH512_SSE_FNAME[] = __FILE__;
+
#if defined(CRYPTOPP_SSSE3_AVAILABLE) && defined(CRYPTOPP_ENABLE_64BIT_SSE)
#if defined(CRYPTOPP_SSSE3_AVAILABLE)
@@ -31,9 +34,6 @@
# include <x86intrin.h>
#endif
-// Squash MS LNK4221 and libtool warnings
-extern const char LSH512_SSE_FNAME[] = __FILE__;
-
ANONYMOUS_NAMESPACE_BEGIN
/* LSH Constants */