commit | 248e27c487ed2aca15b335112bf909808ba8ba10 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Thu Aug 16 21:50:23 2018 +0100 |
committer | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Thu Aug 16 21:50:23 2018 +0100 |
tree | b0ea3869428d223839c2f0341bcffbcfd81a178f | |
parent | a7b9f15f2721850ba2d4a02d438e40e050358f12 [diff] |
Remove redundant statement from x509_get_current_time
diff --git a/library/x509.c b/library/x509.c index 15c0123..c17697b 100644 --- a/library/x509.c +++ b/library/x509.c
@@ -897,8 +897,6 @@ mbedtls_time_t tt; int ret = 0; - (void)tm_buf; - tt = mbedtls_time( NULL ); lt = mbedtls_platform_gmtime( &tt, &tm_buf );