Deleted Added
full compact
7c7
< * Copyright (c) 2006 The OpenSSL Project. All rights reserved.
---
> * Copyright (c) 2006-2018 The OpenSSL Project. All rights reserved.
60a61
> #include "o_time.h"
950a952
> struct tm result = {0};
958c960
< if (!(tm = gmtime(&time_sec)))
---
> if (!(tm = OPENSSL_gmtime(&time_sec, &result)))