Free an OSSL_PARAM array allocated by OSSL_PARAM_dup() or OSSL_PARAM_merge().

Synopsis

Declared in <openssl/params.h>

void
OSSL_PARAM_free(OSSL_PARAM* p);

Parameters

Name

Description

p

Parameter array to free, or NULL.

Created with MrDocs