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

Commit

Permalink
Fixes Client mbed TLS abstraction for development head of mbed TLS
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
simonbutcher committed Jun 8, 2016
1 parent 6b449d3 commit 4e81d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mbed-client-mbedtls/m2mconnectionsecuritypimpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "mbed-client/m2msecurity.h"

#include "mbedtls/config.h"
#include "mbedtls/platform.h"
#include "mbedtls/debug.h"
#include "mbedtls/ssl.h"
#include "mbedtls/entropy.h"
Expand Down

0 comments on commit 4e81d7f

Please sign in to comment.