Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 8b017aa

Browse files
committed
Fixes Client mbed TLS abstraction 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).
1 parent 8c436e5 commit 8b017aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mbed-client-mbedtls/m2mconnectionsecuritypimpl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "mbed-client/m2msecurity.h"
2424

2525
#include "mbedtls/config.h"
26+
#include "mbedtls/platform.h"
2627
#include "mbedtls/debug.h"
2728
#include "mbedtls/ssl.h"
2829
#include "mbedtls/entropy.h"

0 commit comments

Comments
 (0)