OSSL_PARAM_BLD_free

Free an OSSL_PARAM builder allocated by OSSL_PARAM_BLD_new().

Synopsis

Declared in <openssl/param_build.h>

void
OSSL_PARAM_BLD_free(OSSL_PARAM_BLD* bld);

Parameters

NameDescription
bldBuilder to free, or NULL.