[#OSSL_PARAM_BLD_new] = OSSL_PARAM_BLD_new :mrdocs: Allocate an empty OSSL_PARAM builder. == Synopsis Declared in `<openssl/param_build.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_PARAM_BLD.adoc[OSSL_PARAM_BLD]* OSSL_PARAM_BLD_new(); ---- == Return Value New builder, or NULL on allocation failure; free with OSSL_PARAM_BLD_free(). [.small]#Created with https://www.mrdocs.com[MrDocs]#