projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d929b4c
)
tkt_authent needs pointers to, not inline, structures
author
John Kohl
<jtkohl@mit.edu>
Thu, 11 Jan 1990 13:26:24 +0000
(13:26 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 11 Jan 1990 13:26:24 +0000
(13:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@84
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 7fba39444fac58f7b413e8c0144a0bdcab4aab4b..28dd2c6f45780f1b1cb05f6390363462126e831d 100644
(file)
--- a/
src/include/krb5/krb5.h
+++ b/
src/include/krb5/krb5.h
@@
-80,8
+80,8
@@
typedef struct _krb5_authenticator {
} krb5_authenticator;
typedef struct _krb5_tkt_authent {
- krb5_ticket ticket;
- krb5_authenticator authenticator;
+ krb5_ticket
*
ticket;
+ krb5_authenticator
*
authenticator;
} krb5_tkt_authent;
/* credentials: Ticket, session key, etc. */