Commit 8552d918 authored by Jonathan Scalise's avatar Jonathan Scalise Committed by Richard Levitte
Browse files

Changed OPENSSL_gmtime so macOS uses threadsafe gmtime_r instead of gmtime.



Updated uses of gmtime to now call OPENSSL_gmtime instead.

Used similar preprocessor logic to make sure localtime_r is called instead
of localtime when applicable.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3609)
parent 87489337
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment