1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

- Merged fixes 1394 and 1395 from trunk to PolarSSL 1.2 branch

This commit is contained in:
Paul Bakker
2012-11-02 11:06:08 +00:00
parent b624520762
commit 4a2bd0da0f
8 changed files with 42 additions and 24 deletions

View File

@ -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,