[#OCSP_SINGLERESP_get0_id] = OCSP_SINGLERESP_get0_id :mrdocs: Return the CertID from a SingleResponse. == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OCSP_CERTID.adoc[OCSP_CERTID] const* OCSP_SINGLERESP_get0_id(xref:OCSP_SINGLERESP.adoc[OCSP_SINGLERESP] const* x); ---- == Return Value Internal OCSP_CERTID pointer, or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *x* | SingleResponse to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#