From ed9a500d6bd87cef3bb1039c2bdc2ad6d9c9b952 Mon Sep 17 00:00:00 2001 From: Diusrex Date: Mon, 6 Jan 2014 10:12:40 -0700 Subject: Undid the changes to cryptlib.cpp. Instead, altered the VC2008 cryptopp project settings. Someone else will probably need to do the same thing for the 2013 version, since I don't have access to VC2013. --- lib/cryptopp/cryptlib.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/cryptopp/cryptlib.cpp') 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 -- cgit v1.2.3