summaryrefslogtreecommitdiff
path: root/strciphr.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-06 01:22:38 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-06 01:22:38 -0400
commit0cee6f01f010a6d0721f26652d41acb219adbd86 (patch)
treeb33aa3e16db170094a6c25f6334de087eb312b19 /strciphr.cpp
parentbc8da71ab3de7ce8d55b07cf112ef5bf9fe05d91 (diff)
downloadcryptopp-git-0cee6f01f010a6d0721f26652d41acb219adbd86.tar.gz
Squash MS LNK4221 and libtool warnings
Diffstat (limited to 'strciphr.cpp')
-rw-r--r--strciphr.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/strciphr.cpp b/strciphr.cpp
index 6aae6318..8d72b347 100644
--- a/strciphr.cpp
+++ b/strciphr.cpp
@@ -6,6 +6,11 @@
#include "strciphr.h"
+// Squash MS LNK4221 and libtool warnings
+#ifndef CRYPTOPP_MANUALLY_INSTANTIATE_TEMPLATES
+extern const char STRCIPHER_FNAME[] = __FILE__;
+#endif
+
NAMESPACE_BEGIN(CryptoPP)
template <class S>