diff --git a/BUILD.gn b/BUILD.gn index 839ea8d63aa60949112ed0d8be4463290c806a17..90777ee27b5becd4ab6975e8212898534602c9f4 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -89,6 +89,7 @@ source_set("mbedtls_source") { "library/version_features.c", "library/x509.c", "library/x509_crt.c", + "library/x509_crl.c", "library/xtea.c", ] diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 31df7605bafbf0d42011d5a638a215785a021a30..b4bc95d71049b9a3a61ca1b90090ef773b0a6430 100755 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -153,7 +153,7 @@ * mbedtls_platform_gmtime_r() at compile-time by using the macro * MBEDTLS_PLATFORM_GMTIME_R_ALT. */ -#define MBEDTLS_HAVE_TIME_DATE +// #define MBEDTLS_HAVE_TIME_DATE /** * \def MBEDTLS_PLATFORM_MEMORY