Code to avoid the use of non-standard strptime(). By
authorRichard Levitte <levitte@openssl.org>
Wed, 11 Jul 2001 16:13:36 +0000 (16:13 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Jul 2001 16:13:36 +0000 (16:13 +0000)
commitab603c6987f72a8b8771a8ad8ae24f3431c3ec5c
treeaf3d06c57b08d35611ed84b499347eab8b22e377
parent9c11a0e541dfe8b28608aa8aa9316db20e1b2330
Code to avoid the use of non-standard strptime().  By
Jeffrey Altman <jaltman@columbia.edu>

(Really, the time that's being parsed is a GeneralizedTime, so if
ASN1_GENERALIZEDTIME_get() ever gets implemented, it should be used
instead)
ssl/kssl.c