commit | 8631143ae0babd830d1478d0a7ea680268c4b8f9 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Tue Jul 12 13:11:00 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Tue Jul 12 13:11:00 2016 +0100 |
tree | 82e1b0bb07deed8f9c98b3690f9543cc39a9823a | |
parent | 7247f99b3e068a2b90b7776a2cdd438fddb7a38b [diff] [blame] |
Puts platform time abstraction into a own header Places the platform time abstraction into a separate header file to avoid dependency issues where a build may need time but not the libc abstraction.
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index bc62336..c0bfd3e 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -52,7 +52,7 @@ #endif #if defined(MBEDTLS_HAVE_TIME) -#include "platform.h" +#include "mbedtls/platform_time.h" #endif /*