OPENSSL_gmtime() is not a gmtime() wrapper. It is a gmtime_r().
authorderaadt <deraadt@openbsd.org>
Thu, 17 Apr 2014 13:29:09 +0000 (13:29 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 17 Apr 2014 13:29:09 +0000 (13:29 +0000)
commit13a198f36d1d9331db2b4026046e2cf3ddc231da
tree2de6e7d0260ead0cc44865925a07563ecc877cec
parent13d09795580ecd4584dec0d9c64220bea70b8031
OPENSSL_gmtime() is not a gmtime() wrapper.  It is a gmtime_r().
Always trying to confuse people...
ok guenther
lib/libcrypto/o_time.c
lib/libssl/src/crypto/o_time.c