From b47783e83fc711a5122f5ec27d73e3aea86cb04b Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 22 Aug 2002 10:06:20 +0000 Subject: [PATCH] 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 --- lib/krb5/krb5.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index e1217c85f..8fc65ea13 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -46,6 +46,11 @@ #include +/* name confusion with MIT */ +#ifndef KRB5KDC_ERR_KEY_EXP +#define KRB5KDC_ERR_KEY_EXP KRB5KDC_ERR_KEY_EXPIRED +#endif + /* simple constants */ #ifndef TRUE