krb5_free_checksum -  Free a krb5_checksum structure. 
======================================================

..

.. c:function:: void krb5_free_checksum(krb5_context context, krb5_checksum * val)

..


:param:

	          **[in]** **context** - Library context

	          **[in]** **val** - Checksum structure to be freed


..



..







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






..





