diff options
Diffstat (limited to 'plugins/CryptoPP/crypto')
-rw-r--r-- | plugins/CryptoPP/crypto/src/algparam.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CryptoPP/crypto/src/algparam.h b/plugins/CryptoPP/crypto/src/algparam.h index 27555d4e8f..e47accee83 100644 --- a/plugins/CryptoPP/crypto/src/algparam.h +++ b/plugins/CryptoPP/crypto/src/algparam.h @@ -5,6 +5,8 @@ #include "smartptr.h"
#include "secblock.h"
+#pragma warning(disable:4297)
+
NAMESPACE_BEGIN(CryptoPP)
//! used to pass byte array input as part of a NameValuePairs object
|