projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f68a6b5
)
put data structure in-line in the krb5_response
author
John Kohl
<jtkohl@mit.edu>
Fri, 6 Apr 1990 12:02:21 +0000
(12:02 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 6 Apr 1990 12:02:21 +0000
(12:02 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@463
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 8962419f9c44a5b6f6ba33cd3141586bcf505a68..011ed3743e53d0907ac978fd9df6ee8c2eed5c1b 100644
(file)
--- a/
src/include/krb5/krb5.h
+++ b/
src/include/krb5/krb5.h
@@
-167,7
+167,7
@@
typedef struct _krb5_ap_rep_enc_part {
typedef struct _krb5_response {
krb5_octet message_type;
- krb5_data
*
response;
+ krb5_data response;
} krb5_response;
typedef struct _krb5_tgs_req_enc_part {