mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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
@ -29,6 +29,7 @@
|
||||
#include MBEDTLS_CONFIG_FILE
|
||||
#endif
|
||||
|
||||
#include "platform.h"
|
||||
#include "bignum.h"
|
||||
#include "ecp.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user