* $Source$
* $Author$
*
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
krb5_authenticator *val;
{
if (val->checksum)
- xfree(val->checksum);
+ krb5_free_checksum(val->checksum);
if (val->client)
krb5_free_principal(val->client);
if (val->subkey)