From b058556a35ffaee7433637db58b25ee4d8de3e5e Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 7 Jun 2019 17:10:22 +0100 Subject: [PATCH] Remove time from baremetal configuration --- configs/baremetal.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/configs/baremetal.h b/configs/baremetal.h index 2fbc35971..24cce6b4d 100644 --- a/configs/baremetal.h +++ b/configs/baremetal.h @@ -34,9 +34,6 @@ #ifndef MBEDTLS_BAREMETAL_CONFIG_H #define MBEDTLS_BAREMETAL_CONFIG_H -#define MBEDTLS_HAVE_TIME -#define MBEDTLS_HAVE_TIME_DATE - /* Symmetric crypto: AES-CCM only */ #define MBEDTLS_CIPHER_C #define MBEDTLS_AES_C