Allocate an empty OSSL_PARAM builder.

Synopsis

Declared in <openssl/param_build.h>

OSSL_PARAM_BLD*
OSSL_PARAM_BLD_new();

Return Value

New builder, or NULL on allocation failure; free with OSSL_PARAM_BLD_free().

Created with MrDocs