[#OCSP_ONEREQ_add_ext] = OCSP_ONEREQ_add_ext :mrdocs: Insert extension `ex` into a single OCSP request at position `loc.` == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OCSP_ONEREQ_add_ext( xref:OCSP_ONEREQ.adoc[OCSP_ONEREQ]* x, xref:X509_EXTENSION.adoc[X509_EXTENSION]* ex, int loc); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *x* | Single OCSP request entry to update. | *ex* | Extension to add (duplicated into the request). | *loc* | Insertion index, or ‐1 to append. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#