summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-03-09 11:44:54 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-03-09 11:44:54 +0000
commit22399e8a6677ccd0d29f518864f209094d16c90d (patch)
treead30c9d3ecd4b973a9a8ffb52e8e5e9df0cae9f0 /src/include
parent57c2050d609c8721c9acc035f350c1cd768596a1 (diff)
downloadkrb5-22399e8a6677ccd0d29f518864f209094d16c90d.tar.gz
krb5-22399e8a6677ccd0d29f518864f209094d16c90d.tar.xz
krb5-22399e8a6677ccd0d29f518864f209094d16c90d.zip
add ap_options to tkt_authent structure
(for use by callers of rd_ap_req*() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@382 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 625f0d77a..79214e28a 100644
--- a/src/include/krb5/krb5.h
+++ b/src/include/krb5/krb5.h
@@ -78,6 +78,7 @@ typedef struct _krb5_authenticator {
typedef struct _krb5_tkt_authent {
krb5_ticket *ticket;
krb5_authenticator *authenticator;
+ krb5_flags ap_options;
} krb5_tkt_authent;
/* credentials: Ticket, session key, etc. */