Typo, was "time" instead of "tim".
[openssl.git] / crypto / ocsp / ocsp_ext.c
index fdfe6b13be1f47931f40c14b5a3ba9d9398a2818..aac4edb1e5fd2848dda6de5e155a53428ceb74ef 100644 (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)))