Added missing platform.h to mbedtls ssl.h
There was a missing definition of mbedtls_time_t See for example: https://travis-ci.org/SHA2017-badge/Firmware/jobs/202459377 Merges #348 https://github.com/espressif/esp-idf/pull/348
This commit is contained in:
parent
a6980fce4c
commit
7d9a20e714
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include MBEDTLS_CONFIG_FILE
|
||||
#endif
|
||||
|
||||
#include "platform.h"
|
||||
#include "bignum.h"
|
||||
#include "ecp.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue