summaryrefslogtreecommitdiff
path: root/elgamal.cpp
diff options
context:
space:
mode:
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)