From: Dr. Stephen Henson Date: Tue, 20 Feb 2001 13:30:28 +0000 (+0000) Subject: Fix typo. X-Git-Tag: OpenSSL_0_9_6a-beta1~23^2~47 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=569afce4b0ad55660482b02a2cdc4175af1d0eac;p=oweals%2Fopenssl.git Fix typo. --- 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"); }