commit | 56273daea0bb911024790503154c17812b12ce9b | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue May 26 12:19:45 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue May 26 15:01:37 2015 +0200 |
tree | 39af2f0a5046e7ddea7c55fbf6907c7a6f24ef52 | |
parent | cd4fcc6c8bfc158427e0f273566713780370484e [diff] [blame] |
Move some includes to ssl_internal.h Also removed one from ssl.h and add it in programs where it belongs
diff --git a/programs/ssl/dtls_client.c b/programs/ssl/dtls_client.c index d3885aa..4052975 100644 --- a/programs/ssl/dtls_client.c +++ b/programs/ssl/dtls_client.c
@@ -59,6 +59,7 @@ #include "mbedtls/ctr_drbg.h" #include "mbedtls/error.h" #include "mbedtls/certs.h" +#include "mbedtls/timing.h" #define SERVER_PORT 4433 #define SERVER_NAME "localhost"