summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_s_mp_rand_platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_s_mp_rand_platform.c')
-rw-r--r--libtommath/bn_s_mp_rand_platform.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libtommath/bn_s_mp_rand_platform.c b/libtommath/bn_s_mp_rand_platform.c
index 07555db..27339bf 100644
--- a/libtommath/bn_s_mp_rand_platform.c
+++ b/libtommath/bn_s_mp_rand_platform.c
@@ -27,16 +27,9 @@ static mp_err s_read_arc4random(void *p, size_t n)
#define ARM
#endif
-#ifdef _MSC_VER
-# pragma warning(push)
-# pragma warning (disable : 4668)
-#endif
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <wincrypt.h>
-#ifdef _MSC_VER
-# pragma warning(pop)
-#endif
static mp_err s_read_wincsp(void *p, size_t n)
{