summaryrefslogtreecommitdiff
path: root/elgamal.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 /elgamal.cpp
parentca08d63a103904ca3dc7d93ef9de2f699ac3eaa6 (diff)
downloadcryptopp-git-6462152534ae18798c05587d46a26c6f2314e45f.tar.gz
Clear MS LNK4221 and libtool warnings
Diffstat (limited to 'elgamal.cpp')
-rw-r--r--elgamal.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/elgamal.cpp b/elgamal.cpp
index 13c2a9be..9871c538 100644
--- a/elgamal.cpp
+++ b/elgamal.cpp
@@ -5,6 +5,9 @@
#include "asn.h"
#include "nbtheory.h"
+// Squash MS LNK4221 and libtool warnings
+extern const char ELGAMAL_FNAME[] = __FILE__;
+
NAMESPACE_BEGIN(CryptoPP)
#if defined(CRYPTOPP_DEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)