From 046a67d1eaa267b3a9f47ca76b999dd52a6ed931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 1 Apr 2006 01:36:04 +0000 Subject: [PATCH] Add nonce to ocsp request. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16907 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index 09f9b19b3..f42c17a31 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -715,7 +715,7 @@ ocsp_fetch(struct ocsp_fetch_options *opt, int argc, char **argv) errx(1, "hx509_certs_append: req: %s: %d", argv[i], ret); } - ret = hx509_ocsp_request(context, reqcerts, pool, NULL, NULL, &req); + ret = hx509_ocsp_request(context, reqcerts, pool, NULL, NULL, &req, NULL); if (ret) errx(1, "hx509_ocsp_request: req: %d", ret);