commit | 5e94ddebbc8074ef917c623837258f85ceb5adc9 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue May 26 11:57:05 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue May 26 11:57:05 2015 +0200 |
tree | 2628bb340f52b60ad12c4e80e198c37214440ff7 | |
parent | 50518f419589d2c4746f4b6d6be0a2569a3386a8 [diff] [blame] |
Create ssl_internal.h and move some functions
diff --git a/library/ssl_cli.c b/library/ssl_cli.c index f344907..b935f59 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c
@@ -30,6 +30,7 @@ #include "mbedtls/debug.h" #include "mbedtls/ssl.h" +#include "mbedtls/ssl_internal.h" #include <string.h>