]> granicus.if.org Git - openssl/commitdiff
Typo, was "time" instead of "tim".
authorRichard Levitte <levitte@openssl.org>
Tue, 14 Nov 2000 10:52:16 +0000 (10:52 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 14 Nov 2000 10:52:16 +0000 (10:52 +0000)
Caught by Jeffrey Altman <jaltman@columbia.edu>

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)))