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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user