summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-04-06 12:02:21 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-04-06 12:02:21 +0000
commita666811be68446c8aa21bf4d1385116633851752 (patch)
tree401011605d2c3b4f996fbebb2b86cf550167bc49 /src/include
parentf68a6b52c5aa8dab65138db022001cc014684f27 (diff)
downloadkrb5-a666811be68446c8aa21bf4d1385116633851752.tar.gz
krb5-a666811be68446c8aa21bf4d1385116633851752.tar.xz
krb5-a666811be68446c8aa21bf4d1385116633851752.zip
put data structure in-line in the krb5_response
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@463 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/krb5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/krb5.h b/src/include/krb5/krb5.h
index 8962419f9..011ed3743 100644
--- 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 {