commit | b5b6af2663fdb7f57c30494607bade90810f6844 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Wed Jul 13 14:46:18 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Wed Jul 13 14:46:18 2016 +0100 |
tree | 3f97ed3e36f7d860a8710b67af0c1bcce1972d5b | |
parent | 7247f99b3e068a2b90b7776a2cdd438fddb7a38b [diff] [blame] |
Puts platform time abstraction into its own header Separates platform time abstraction into it's own header from the general platform abstraction as both depend on different build options. (MBEDTLS_PLATFORM_C vs MBEDTLS_HAVE_TIME)
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 /*