diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 9fd8338ca..e1a6619b0 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -474,6 +474,9 @@ typedef struct krb5_auth_context_data { krb5_pointer i_vector; krb5_rcache rcache; + + krb5_keytype keytype; /* ¿requested key type ? */ + krb5_cksumtype cksumtype; /* ¡requested checksum type! */ }krb5_auth_context_data, *krb5_auth_context;