From: John Kohl Date: Thu, 28 Dec 1989 16:48:07 +0000 (+0000) Subject: change names to KRB5_.. X-Git-Tag: krb5-1.0-alpha2~1312 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=47c25b919171eaefe9330a66828c1219b73cc819;p=krb5.git change names to KRB5_.. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@61 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/proto.h b/src/include/krb5/proto.h index 8810efd21..065aba289 100644 --- a/src/include/krb5/proto.h +++ b/src/include/krb5/proto.h @@ -21,13 +21,13 @@ /* Message types */ -#define KRB_AS_REQ 2 /* Req for initial authentication */ -#define KRB_AS_REP 4 /* Response to KRB_AS_REQ request */ -#define KRB_AP_REQ 6 /* application request to server */ -#define KRB_AP_REP 10 /* Response to KRB_AP_REQ_MUTUAL */ -#define KRB_PRIV 12 /* Private application message */ -#define KRB_SAFE 14 /* Safe application message */ -#define KRB_TGS_REP 16 /* Response to KRB_TGS_REQ request */ -#define KRB_ERROR 32 /* Error response */ +#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_AP_REP 10 /* Response to KRB_AP_REQ_MUTUAL */ +#define KRB5_PRIV 12 /* Private application message */ +#define KRB5_SAFE 14 /* Safe application message */ +#define KRB5_TGS_REP 16 /* Response to KRB_TGS_REQ request */ +#define KRB5_ERROR 32 /* Error response */ #endif /* __KRB5_PROTO__ */