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:
@@ -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
|
||||
|
Reference in New Issue
Block a user