projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9aa3d5
)
Fix typo.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 20 Feb 2001 13:30:28 +0000
(13:30 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 20 Feb 2001 13:30:28 +0000
(13:30 +0000)
apps/ocsp.c
patch
|
blob
|
history
diff --git
a/apps/ocsp.c
b/apps/ocsp.c
index 293b46cdb382f9ad5aa6464e87097232988d3f23..723e0dc9ab9554d381f22771aabd0107cd96b5c2 100644
(file)
--- 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,
this
upd);
+ ASN1_GENERALIZEDTIME_print(out,
next
upd);
BIO_puts(out, "\n");
}