From e802293aed55bf690f7fbb440d2da52feea87001 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 25 Apr 1999 17:42:41 +0000 Subject: [PATCH] (krb5_auth_context_data): add `keytype' and `cksumtype' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6051 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 3 +++ 1 file changed, 3 insertions(+) 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;