Return the number of extensions on an OCSP request.

Synopsis

Declared in <openssl/ocsp.h>

int
OCSP_REQUEST_get_ext_count(OCSP_REQUEST* x);

Return Value

Extension count, or 0 if none.

Parameters

Name

Description

x

OCSP request to query.

Created with MrDocs