(krb5_auth_context_data): add keytype' and cksumtype'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6051 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-04-25 17:42:41 +00:00
parent 9fc8830e95
commit e802293aed

View File

@@ -474,6 +474,9 @@ typedef struct krb5_auth_context_data {
krb5_pointer i_vector;
krb5_rcache rcache;
krb5_keytype keytype; /* <20>requested key type ? */
krb5_cksumtype cksumtype; /* <20>requested checksum type! */
}krb5_auth_context_data, *krb5_auth_context;