New internal function OPENSSL_gmtime, which is intended to do the same
authorRichard Levitte <levitte@openssl.org>
Wed, 16 May 2001 08:44:09 +0000 (08:44 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 16 May 2001 08:44:09 +0000 (08:44 +0000)
commitb8e35bd66e4d3d94c10091f6773afc4314ffcc80
treec3b6c21b1aea7b90058cd547cadfe1843aeec4db
parente8734731d3b39cf3f7fa6acb055d22e0bdc2a7ff
New internal function OPENSSL_gmtime, which is intended to do the same
as gmtime_r() on the systems where that is defined.
crypto/Makefile.ssl
crypto/asn1/a_gentm.c
crypto/asn1/a_time.c
crypto/asn1/a_utctm.c
crypto/crypto-lib.com
crypto/o_time.c [new file with mode: 0644]
crypto/o_time.h [new file with mode: 0644]