OCSP_ONEREQ_delete_ext

Remove and return the single-request extension at index loc.

Synopsis

Declared in <openssl/ocsp.h>

X509_EXTENSION*
OCSP_ONEREQ_delete_ext(
    OCSP_ONEREQ* x,
    int loc);

Return Value

Detached X509_EXTENSION the caller must free, or NULL if loc is invalid.

Parameters

NameDescription
xSingle OCSP request entry to update.
locZero-based extension index.