summaryrefslogtreecommitdiff
path: root/ec2n.h
diff options
context:
space:
mode:
Diffstat (limited to 'ec2n.h')
-rw-r--r--ec2n.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ec2n.h b/ec2n.h
index 1d4c9824..cc4c0462 100644
--- a/ec2n.h
+++ b/ec2n.h
@@ -17,6 +17,11 @@
#include "smartptr.h"
#include "pubkey.h"
+#if CRYPTOPP_MSC_VERSION
+# pragma warning(push)
+# pragma warning(disable: 4231 4275)
+#endif
+
NAMESPACE_BEGIN(CryptoPP)
//! \class EC2N
@@ -123,4 +128,8 @@ private:
NAMESPACE_END
+#if CRYPTOPP_MSC_VERSION
+# pragma warning(pop)
+#endif
+
#endif