mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Fix inclusion of <time.h> when MBEDTLS_HAVE_TIME is disabled
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
e2b04b6847
commit
ed642cab9e
@ -23,7 +23,9 @@ extern "C" {
|
||||
// Regular implementation
|
||||
//
|
||||
|
||||
#if defined(MBEDTLS_HAVE_TIME)
|
||||
#include <mbedtls/platform_time.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \brief timer structure
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user