[#OCSP_request_add0_id] = OCSP_request_add0_id :mrdocs: Append a CertID as a new single‐request entry, taking ownership of `cid.` == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OCSP_ONEREQ.adoc[OCSP_ONEREQ]* OCSP_request_add0_id( xref:OCSP_REQUEST.adoc[OCSP_REQUEST]* req, xref:OCSP_CERTID.adoc[OCSP_CERTID]* cid); ---- == Return Value Internal OCSP_ONEREQ pointer on success, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *req* | OCSP request to update. | *cid* | CertID identifying the certificate to query; ownership transfers on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#