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