aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-02-20 13:30:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-02-20 13:30:28 +0000
commit569afce4b0ad55660482b02a2cdc4175af1d0eac (patch)
tree555c8a528bd67d9f60e27701dfc559a66231b95f /apps/ocsp.c
parenta9aa3d580c377f2dd7cbaf69cb52440f9102da42 (diff)
downloadopenssl-569afce4b0ad55660482b02a2cdc4175af1d0eac.tar.gz
Fix typo.
Diffstat (limited to 'apps/ocsp.c')
-rw-r--r--apps/ocsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ocsp.c b/apps/ocsp.c
index 293b46cdb3..723e0dc9ab 100644
--- a/apps/ocsp.c
+++ b/apps/ocsp.c
@@ -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");
}