Convert a built-up parameter builder into a newly allocated OSSL_PARAM array.
Declared in <openssl/param_build.h>
OSSL_PARAM*
OSSL_PARAM_BLD_to_param(OSSL_PARAM_BLD* bld);
Allocated OSSL_PARAM array (free with OSSL_PARAM_free()), or NULL on error.
| Name | Description |
|---|---|
| bld | Builder populated with OSSL_PARAM_BLD_push_*() calls. |