projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57c2050
)
add ap_options to tkt_authent structure
author
John Kohl
<jtkohl@mit.edu>
Fri, 9 Mar 1990 11:44:54 +0000
(11:44 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 9 Mar 1990 11:44:54 +0000
(11:44 +0000)
(for use by callers of rd_ap_req*()
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@382
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/krb5.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/krb5.h
b/src/include/krb5/krb5.h
index 625f0d77ad76576fcc7330466b41d8661f402381..79214e28aedc7b537537236c50b526955169b7d1 100644
(file)
--- 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. */