krb5_free_ap_rep_enc_part -  Free a krb5_ap_rep_enc_part structure. 
====================================================================

..

.. c:function:: 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.






..





