From 820aaa5fc54fff1eea1b1fc743749977b7e1375d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 14 Nov 2000 10:52:16 +0000 Subject: [PATCH] Typo, was "time" instead of "tim". Caught by Jeffrey Altman --- crypto/ocsp/ocsp_ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ocsp/ocsp_ext.c b/crypto/ocsp/ocsp_ext.c index fdfe6b13be..aac4edb1e5 100644 --- a/crypto/ocsp/ocsp_ext.c +++ b/crypto/ocsp/ocsp_ext.c @@ -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))) -- 2.25.1