we seem to call KRB5KDC_ERR_KEY_EXP KRB5KDC_ERR_KEY_EXPIRED, so define

the former to the latter


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11198 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-08-22 10:06:20 +00:00
parent c5dd8b9e44
commit b47783e83f

View File

@@ -46,6 +46,11 @@
#include <krb5_asn1.h>
/* name confusion with MIT */
#ifndef KRB5KDC_ERR_KEY_EXP
#define KRB5KDC_ERR_KEY_EXP KRB5KDC_ERR_KEY_EXPIRED
#endif
/* simple constants */
#ifndef TRUE