Fix typo.
This commit is contained in:
parent
a9aa3d580c
commit
569afce4b0
@ -686,7 +686,7 @@ static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
|
|||||||
if(nextupd)
|
if(nextupd)
|
||||||
{
|
{
|
||||||
BIO_puts(out, "\tNext Update: ");
|
BIO_puts(out, "\tNext Update: ");
|
||||||
ASN1_GENERALIZEDTIME_print(out, thisupd);
|
ASN1_GENERALIZEDTIME_print(out, nextupd);
|
||||||
BIO_puts(out, "\n");
|
BIO_puts(out, "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user