Add nonce to ocsp request.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16907 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-01 01:36:04 +00:00
parent bf9a313b9e
commit 046a67d1ea

View File

@@ -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);