Construct the terminating OSSL_PARAM sentinel for a parameter array.

Synopsis

Declared in <openssl/params.h>

OSSL_PARAM
OSSL_PARAM_construct_end();

Return Value

OSSL_PARAM with a NULL key that marks the end of an OSSL_PARAM list.

Created with MrDocs