summaryrefslogtreecommitdiff
path: root/mqv.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-10-17 04:27:54 -0400
committerJeffrey Walton <noloader@gmail.com>2018-10-17 04:27:54 -0400
commit6462152534ae18798c05587d46a26c6f2314e45f (patch)
tree63278ca3b2f895e3a0fcea1a29be03245295915e /mqv.cpp
parentca08d63a103904ca3dc7d93ef9de2f699ac3eaa6 (diff)
downloadcryptopp-git-6462152534ae18798c05587d46a26c6f2314e45f.tar.gz
Clear MS LNK4221 and libtool warnings
Diffstat (limited to 'mqv.cpp')
-rw-r--r--mqv.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mqv.cpp b/mqv.cpp
index 03896910..1189dfb1 100644
--- a/mqv.cpp
+++ b/mqv.cpp
@@ -8,6 +8,9 @@
#include "hmqv.h"
#include "fhmqv.h"
+// Squash MS LNK4221 and libtool warnings
+extern const char MQV_FNAME[] = __FILE__;
+
NAMESPACE_BEGIN(CryptoPP)
#if defined(CRYPTOPP_DEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)