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