mirror of https://github.com/ARMmbed/mbed-os.git
Fixes coap-service for development head of mbed TLS
This change allows the mbed TLS type mbedtls_timer_t to be defined, required for the upstream version of mbed TLS (> version 2.2.1).pull/3240/head
parent
eae41d1df9
commit
dd16e419d6
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "mbedtls/sha256.h"
|
||||
#include "mbedtls/error.h"
|
||||
#include "mbedtls/platform.h"
|
||||
#include "mbedtls/ssl_cookie.h"
|
||||
#include "mbedtls/entropy_poll.h"
|
||||
#include "mbedtls/ssl.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include <stddef.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdbool.h>
|
||||
#include "mbedtls/platform.h"
|
||||
#include "mbedtls/ssl.h"
|
||||
#include "mbedtls/sha256.h"
|
||||
#include "mbedtls/entropy.h"
|
||||
|
|
Loading…
Reference in New Issue