[#OSSL_PARAM_BLD_to_param] = OSSL_PARAM_BLD_to_param :mrdocs: Convert a built‐up parameter builder into a newly allocated OSSL_PARAM array. == Synopsis Declared in `<openssl/param_build.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_PARAM.adoc[OSSL_PARAM]* OSSL_PARAM_BLD_to_param(xref:OSSL_PARAM_BLD.adoc[OSSL_PARAM_BLD]* bld); ---- == Return Value Allocated OSSL_PARAM array (free with OSSL_PARAM_free()), or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *bld* | Builder populated with OSSL_PARAM_BLD_push_*() calls. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#