Fix typo.

This commit is contained in:
Dr. Stephen Henson 2001-02-20 13:30:28 +00:00
parent a9aa3d580c
commit 569afce4b0

View 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: ");
ASN1_GENERALIZEDTIME_print(out, thisupd);
ASN1_GENERALIZEDTIME_print(out, nextupd);
BIO_puts(out, "\n");
}