diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 7e09a5a5d..9d1141ad4 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -655,6 +655,8 @@ typedef struct krb5_auth_context_data { krb5_keytype keytype; /* ¿requested key type ? */ krb5_cksumtype cksumtype; /* ¡requested checksum type! */ + + AuthorizationData *auth_data; }krb5_auth_context_data, *krb5_auth_context;