Get rid of ASN1_UTCTIME_get, which cannot work with time_t
authorBodo Möller <bodo@openssl.org>
Wed, 6 Sep 2000 15:40:52 +0000 (15:40 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 6 Sep 2000 15:40:52 +0000 (15:40 +0000)
commit61f175f4ba3d90de1fac060080c99aa193764665
tree4773de63fd40fa61569680988becbf7b4ddf5f41
parent26b0d15628a63c452d53711df3e4f2891b288ae4
Get rid of ASN1_UTCTIME_get, which cannot work with time_t
return type (on platforms where time_t is a 32 bit value).

New function ASN1_UTCTIME_cmp_time_t as a replacement
for use in apps/x509.c.
apps/x509.c
crypto/asn1/a_utctm.c
crypto/asn1/asn1.h