/*
*/
/*
* This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
*
*/
#include "rc_common.h"
unsigned int
{
return h % hsize;
}
/*ARGSUSED*/
int
{
/* If both records include message hashes, compare them as well. */
return CMP_REPLAY;
}
return CMP_HOHUM;
}
int
{
if (mytime == 0)
return CMP_HOHUM; /* who cares? */
/* I hope we don't have to worry about overflow */
return CMP_EXPIRED;
return CMP_HOHUM;
}