kopia lustrzana https://github.com/espressif/esp-idf
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/348pull/407/head
rodzic
da723ca11d
commit
ec31b39989
|
@ -29,6 +29,7 @@
|
||||||
#include MBEDTLS_CONFIG_FILE
|
#include MBEDTLS_CONFIG_FILE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "platform.h"
|
||||||
#include "bignum.h"
|
#include "bignum.h"
|
||||||
#include "ecp.h"
|
#include "ecp.h"
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue