Typo, was "time" instead of "tim".

Caught by Jeffrey Altman <jaltman@columbia.edu>
This commit is contained in:
Richard Levitte 2000-11-14 10:52:16 +00:00
parent 993ea851f5
commit 820aaa5fc5

View file

@ -146,7 +146,7 @@ X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim)
if (!(cid->crlNum = ASN1_INTEGER_new())) goto err;
if (!(ASN1_INTEGER_set(cid->crlNum, *n))) goto err;
}
if (time)
if (tim)
{
if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new())) goto err;
if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))