summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-10-18 10:37:40 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-10-18 10:37:40 +0000
commit1f7706967859bda795e7a8ee27a90901c292f79e (patch)
tree2c49062d809a1060d2e7047fd9c276717fdcea3a /src/include
parent52cc5043c5916b8623231b4475174307e2bfde67 (diff)
add authdata to credentials structure (from Bill Sommerfeld)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1257 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/krb5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/krb5/krb5.h b/src/include/krb5/krb5.h
index 3db3bde15..7cc5c35a7 100644
--- a/src/include/krb5/krb5.h
+++ b/src/include/krb5/krb5.h
@@ -93,6 +93,7 @@ typedef struct _krb5_creds {
krb5_data second_ticket; /* second ticket, if related to
ticket (via DUPLICATE-SKEY or
ENC-TKT-IN-SKEY) */
+ krb5_authdata **authdata; /* authorization data */
} krb5_creds;
/* Last request fields */