mirror of
https://github.com/openssl/openssl.git
synced 2024-11-26 03:24:02 +08:00
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)
|
||||
{
|
||||
BIO_puts(out, "\tNext Update: ");
|
||||
ASN1_GENERALIZEDTIME_print(out, thisupd);
|
||||
ASN1_GENERALIZEDTIME_print(out, nextupd);
|
||||
BIO_puts(out, "\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user