From: John Kohl Date: Fri, 6 Apr 1990 12:02:21 +0000 (+0000) Subject: put data structure in-line in the krb5_response X-Git-Tag: krb5-1.0-alpha2~932 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a666811be68446c8aa21bf4d1385116633851752;p=krb5.git put data structure in-line in the krb5_response git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@463 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 {