mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
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.
This commit is contained in:
@ -52,7 +52,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_HAVE_TIME)
|
||||
#include "platform.h"
|
||||
#include "mbedtls/platform_time.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user