From: John Kohl Date: Wed, 3 Jan 1990 16:59:33 +0000 (+0000) Subject: add TGS_REQ proto # X-Git-Tag: krb5-1.0-alpha2~1306 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=182d332a8cf5369cda6672ac2b73d9665eedfd8a;p=krb5.git add TGS_REQ proto # git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@67 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/proto.h b/src/include/krb5/proto.h index 065aba289..81225fa74 100644 --- a/src/include/krb5/proto.h +++ b/src/include/krb5/proto.h @@ -24,6 +24,7 @@ #define KRB5_AS_REQ 2 /* Req for initial authentication */ #define KRB5_AS_REP 4 /* Response to KRB_AS_REQ request */ #define KRB5_AP_REQ 6 /* application request to server */ +#define KRB5_TGS_REQ 8 /* TGS request to server */ #define KRB5_AP_REP 10 /* Response to KRB_AP_REQ_MUTUAL */ #define KRB5_PRIV 12 /* Private application message */ #define KRB5_SAFE 14 /* Safe application message */