MIT Kerberos Documentation

krb5_free_ap_rep_enc_part - Free a krb5_ap_rep_enc_part structure.

void krb5_free_ap_rep_enc_part(krb5_context context, krb5_ap_rep_enc_part * val)
param:

[in] context - Library context

[in] val - AP-REP enc part to be freed

This function frees the contents of val and the structure itself.