projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef63f53
)
Extended the context structure to support differing tgt and application
author
Richard Basch
<probe@mit.edu>
Tue, 5 Dec 1995 03:36:11 +0000
(
03:36
+0000)
committer
Richard Basch
<probe@mit.edu>
Tue, 5 Dec 1995 03:36:11 +0000
(
03:36
+0000)
session keys.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7164
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/k5-int.h
patch
|
blob
|
history
diff --git
a/src/include/k5-int.h
b/src/include/k5-int.h
index 7be7ba70ba696449c491d46a07dcee22ecb3a053..ce20336132184de4bee7dc3ff3874efb3f52278a 100644
(file)
--- a/
src/include/k5-int.h
+++ b/
src/include/k5-int.h
@@
-912,8
+912,10
@@
void krb5_free_etype_info
struct _krb5_context {
krb5_magic magic;
- krb5_enctype FAR *ktypes;
- int ktype_count;
+ krb5_enctype FAR *in_tkt_ktypes;
+ int in_tkt_ktype_count;
+ krb5_enctype FAR *tgs_ktypes;
+ int tgs_ktype_count;
void FAR *os_context;
char FAR *default_realm;
profile_t profile;