mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 13:56:42 +01:00
Remove redundant statement from x509_get_current_time
This commit is contained in:
parent
a7b9f15f27
commit
248e27c487
1 changed files with 0 additions and 2 deletions
|
|
@ -897,8 +897,6 @@ static int x509_get_current_time( mbedtls_x509_time *now )
|
||||||
mbedtls_time_t tt;
|
mbedtls_time_t tt;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
(void)tm_buf;
|
|
||||||
|
|
||||||
tt = mbedtls_time( NULL );
|
tt = mbedtls_time( NULL );
|
||||||
lt = mbedtls_platform_gmtime( &tt, &tm_buf );
|
lt = mbedtls_platform_gmtime( &tt, &tm_buf );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue