Squash MS LNK4221 and libtool warnings
parent
bc8da71ab3
commit
0cee6f01f0
|
|
@ -28,6 +28,11 @@
|
||||||
#include "ec2n.h"
|
#include "ec2n.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
||||||
|
// Squash MS LNK4221 and libtool warnings
|
||||||
|
#ifndef CRYPTOPP_MANUALLY_INSTANTIATE_TEMPLATES
|
||||||
|
extern const char ECCRYPTO_FNAME[] = __FILE__;
|
||||||
|
#endif
|
||||||
|
|
||||||
NAMESPACE_BEGIN(CryptoPP)
|
NAMESPACE_BEGIN(CryptoPP)
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,9 @@
|
||||||
# define EXCEPTION_EXECUTE_HANDLER 1
|
# define EXCEPTION_EXECUTE_HANDLER 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Squash MS LNK4221 and libtool warnings
|
||||||
|
extern const char NEON_SIMD_FNAME[] = __FILE__;
|
||||||
|
|
||||||
NAMESPACE_BEGIN(CryptoPP)
|
NAMESPACE_BEGIN(CryptoPP)
|
||||||
|
|
||||||
#ifdef CRYPTOPP_GNU_STYLE_INLINE_ASSEMBLY
|
#ifdef CRYPTOPP_GNU_STYLE_INLINE_ASSEMBLY
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,9 @@
|
||||||
# define EXCEPTION_EXECUTE_HANDLER 1
|
# define EXCEPTION_EXECUTE_HANDLER 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Squash MS LNK4221 and libtool warnings
|
||||||
|
extern const char PPC_SIMD_FNAME[] = __FILE__;
|
||||||
|
|
||||||
NAMESPACE_BEGIN(CryptoPP)
|
NAMESPACE_BEGIN(CryptoPP)
|
||||||
|
|
||||||
#ifdef CRYPTOPP_GNU_STYLE_INLINE_ASSEMBLY
|
#ifdef CRYPTOPP_GNU_STYLE_INLINE_ASSEMBLY
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,9 @@
|
||||||
#define M128_CAST(x) ((__m128i *)(void *)(x))
|
#define M128_CAST(x) ((__m128i *)(void *)(x))
|
||||||
#define CONST_M128_CAST(x) ((const __m128i *)(const void *)(x))
|
#define CONST_M128_CAST(x) ((const __m128i *)(const void *)(x))
|
||||||
|
|
||||||
|
// Squash MS LNK4221 and libtool warnings
|
||||||
|
extern const char RIJNDAEL_SIMD_FNAME[] = __FILE__;
|
||||||
|
|
||||||
NAMESPACE_BEGIN(CryptoPP)
|
NAMESPACE_BEGIN(CryptoPP)
|
||||||
|
|
||||||
#ifdef CRYPTOPP_GNU_STYLE_INLINE_ASSEMBLY
|
#ifdef CRYPTOPP_GNU_STYLE_INLINE_ASSEMBLY
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,9 @@
|
||||||
#define M128_CAST(x) ((__m128i *)(void *)(x))
|
#define M128_CAST(x) ((__m128i *)(void *)(x))
|
||||||
#define CONST_M128_CAST(x) ((const __m128i *)(const void *)(x))
|
#define CONST_M128_CAST(x) ((const __m128i *)(const void *)(x))
|
||||||
|
|
||||||
|
// Squash MS LNK4221 and libtool warnings
|
||||||
|
extern const char SHA_SIMD_FNAME[] = __FILE__;
|
||||||
|
|
||||||
NAMESPACE_BEGIN(CryptoPP)
|
NAMESPACE_BEGIN(CryptoPP)
|
||||||
|
|
||||||
// ***************** SIGILL probes ********************
|
// ***************** SIGILL probes ********************
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,9 @@
|
||||||
# include <emmintrin.h>
|
# include <emmintrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Squash MS LNK4221 and libtool warnings
|
||||||
|
extern const char SSE_SIMD_FNAME[] = __FILE__;
|
||||||
|
|
||||||
NAMESPACE_BEGIN(CryptoPP)
|
NAMESPACE_BEGIN(CryptoPP)
|
||||||
|
|
||||||
#ifndef CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY
|
#ifndef CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,11 @@
|
||||||
|
|
||||||
#include "strciphr.h"
|
#include "strciphr.h"
|
||||||
|
|
||||||
|
// Squash MS LNK4221 and libtool warnings
|
||||||
|
#ifndef CRYPTOPP_MANUALLY_INSTANTIATE_TEMPLATES
|
||||||
|
extern const char STRCIPHER_FNAME[] = __FILE__;
|
||||||
|
#endif
|
||||||
|
|
||||||
NAMESPACE_BEGIN(CryptoPP)
|
NAMESPACE_BEGIN(CryptoPP)
|
||||||
|
|
||||||
template <class S>
|
template <class S>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue