summaryrefslogtreecommitdiffstats
path: root/lib/cryptopp/cryptlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/cryptopp/cryptlib.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/cryptopp/cryptlib.cpp b/lib/cryptopp/cryptlib.cpp
index 661340b8d..df138ddb0 100644
--- a/lib/cryptopp/cryptlib.cpp
+++ b/lib/cryptopp/cryptlib.cpp
@@ -4,12 +4,6 @@
#ifndef CRYPTOPP_IMPORTS
-
-#ifdef _MSC_VER
- #pragma warning(push)
- #pragma warning(disable:4702)
-#endif
-
#include "cryptlib.h"
#include "misc.h"
#include "filters.h"
@@ -831,8 +825,4 @@ void AuthenticatedKeyAgreementDomain::GenerateEphemeralKeyPair(RandomNumberGener
NAMESPACE_END
-#ifdef _MSC_VER
- #pragma warning(pop)
-#endif
-
#endif