Fix typo.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 20 Feb 2001 13:30:28 +0000 (13:30 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 20 Feb 2001 13:30:28 +0000 (13:30 +0000)
apps/ocsp.c

index 293b46cdb382f9ad5aa6464e87097232988d3f23..723e0dc9ab9554d381f22771aabd0107cd96b5c2 100644 (file)
@@ -686,7 +686,7 @@ static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
                if(nextupd)
                        {
                        BIO_puts(out, "\tNext Update: ");
                if(nextupd)
                        {
                        BIO_puts(out, "\tNext Update: ");
-                       ASN1_GENERALIZEDTIME_print(out, thisupd);
+                       ASN1_GENERALIZEDTIME_print(out, nextupd);
                        BIO_puts(out, "\n");
                        }
 
                        BIO_puts(out, "\n");
                        }