[#OCSP_SINGLERESP_delete_ext] = OCSP_SINGLERESP_delete_ext :mrdocs: Remove and return the SingleResponse extension at index `loc.` == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509_EXTENSION.adoc[X509_EXTENSION]* OCSP_SINGLERESP_delete_ext( xref:OCSP_SINGLERESP.adoc[OCSP_SINGLERESP]* x, int loc); ---- == Return Value Detached X509_EXTENSION the caller must free, or NULL if `loc` is invalid. == Parameters [cols="1,4"] |=== | Name| Description | *x* | SingleResponse to update. | *loc* | Zero‐based extension index. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#