commit | 4a2bd0da0fac1ee6d596a35bfcaf4031905898fa | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Nov 02 11:06:08 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Nov 02 11:06:08 2012 +0000 |
tree | 9de7f87f5b6061580a567a00567a20b25feca0e9 | |
parent | b624520762a29f8e2279bb359c1344424a392d4f [diff] [blame] |
- Merged fixes 1394 and 1395 from trunk to PolarSSL 1.2 branch
diff --git a/library/entropy_poll.c b/library/entropy_poll.c index a0c9b7b..b5d9f78 100644 --- a/library/entropy_poll.c +++ b/library/entropy_poll.c
@@ -40,10 +40,10 @@ #if !defined(POLARSSL_NO_PLATFORM_ENTROPY) #if defined(_WIN32) -#include <windows.h> #if !defined(_WIN32_WINNT) #define _WIN32_WINNT 0x0400 #endif +#include <windows.h> #include <wincrypt.h> int platform_entropy_poll( void *data, unsigned char *output, size_t len,