[#OSSL_PARAM_construct_end] = OSSL_PARAM_construct_end :mrdocs: Construct the terminating OSSL_PARAM sentinel for a parameter array. == Synopsis Declared in `<openssl/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_PARAM.adoc[OSSL_PARAM] OSSL_PARAM_construct_end(); ---- == Return Value OSSL_PARAM with a NULL key that marks the end of an OSSL_PARAM list. [.small]#Created with https://www.mrdocs.com[MrDocs]#