1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

- Improved portability with Microsoft Visual C

This commit is contained in:
Paul Bakker
2011-04-18 03:47:52 +00:00
parent a493ad4539
commit af5c85fc10
32 changed files with 2325 additions and 3 deletions

View File

@ -30,13 +30,13 @@
* Contact: seznec(at)irisa_dot_fr - orocheco(at)irisa_dot_fr
*/
#include <string.h>
#include <time.h>
#include "polarssl/config.h"
#if defined(POLARSSL_HAVEGE_C)
#include <string.h>
#include <time.h>
#include "polarssl/havege.h"
#include "polarssl/timing.h"