Remove obsolete comment
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1613)
This commit is contained in:
parent
873019f2c3
commit
7c120357e5
1 changed files with 0 additions and 4 deletions
|
@ -52,10 +52,6 @@ struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result)
|
|||
struct tm *ts = NULL;
|
||||
|
||||
#if defined(OPENSSL_THREADS) && !defined(OPENSSL_SYS_WIN32) && (!defined(OPENSSL_SYS_VMS) || defined(gmtime_r)) && !defined(OPENSSL_SYS_MACOSX)
|
||||
/*
|
||||
* should return &data, but doesn't on some systems, so we don't even
|
||||
* look at the return value
|
||||
*/
|
||||
if (gmtime_r(timer, result) == NULL)
|
||||
return NULL;
|
||||
ts = result;
|
||||
|
|
Loading…
Reference in a new issue