ldapu_certmap_info_attrval()
ldapu_get_cert_der()
ldapu_get_cert_issuer_dn()
ldapu_get_cert_subject_dn()
NNSAPI_PUBLIC
void ldapu_free (char *ptr);
Name | Description |
---|---|
ptr | Pointer to the memory that you want to free. |
ldapu_*
functions that don't have a corresponding API function for freeing memory.
To free memory allocated by the ldapu_get_cert_ava_val()
function, call the ldapu_free_cert_ava_val()
function instead of this ldapu_free()
function.
ldapu_certmap_info_attrval()
, ldapu_get_cert_der()
, ldapu_get_cert_issuer_dn()
, ldapu_get_cert_subject_dn()
.