[#OSSL_PARAM_BLD_free] = OSSL_PARAM_BLD_free :mrdocs: Free an OSSL_PARAM builder allocated by OSSL_PARAM_BLD_new(). == Synopsis Declared in `<openssl/param_build.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_PARAM_BLD_free(xref:OSSL_PARAM_BLD.adoc[OSSL_PARAM_BLD]* bld); ---- == Parameters [cols="1,4"] |=== | Name| Description | *bld* | Builder to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#