Clear MS LNK4221 and libtool warnings

This commit is contained in:
Jeffrey Walton 2018-10-17 04:27:54 -04:00
parent ca08d63a10
commit 6462152534
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 6 additions and 0 deletions

View File

@ -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)

View File

@ -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)