Return the number of extensions on an OCSP SingleResponse.

Synopsis

Declared in <openssl/ocsp.h>

int
OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP* x);

Return Value

Extension count, or 0 if none.

Parameters

Name

Description

x

SingleResponse to query.

Created with MrDocs