krb5_free_cksumtypes -- Free a checksum
structure

C Prototype

void krb5_free_cksumtypes (
krb5_context context,
krb5_cksumtype *val );
Arguments

context (input/output) | | The context structure. |
| val (input/output) | | The checksum type to free. |
Description

This routine frees a Kerberos checksum structure val.
The contents of the structure should have already been freed.
Return
Values
