summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/proto.h
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1993-06-03 00:06:31 +0000
committerTheodore Tso <tytso@mit.edu>1993-06-03 00:06:31 +0000
commit1797f86164084c3163087bfe28918781c73b6d7b (patch)
treeb076c8178c0d5b8503115a851d10d4c3aa2d4d18 /src/include/krb5/proto.h
parent7f0c202f0d8c09270c3a2a8cdab0c3fee82a0427 (diff)
downloadkrb5-1797f86164084c3163087bfe28918781c73b6d7b.tar.gz
krb5-1797f86164084c3163087bfe28918781c73b6d7b.tar.xz
krb5-1797f86164084c3163087bfe28918781c73b6d7b.zip
Added message type number for KRB5_CRED message
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2545 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/proto.h')
-rw-r--r--src/include/krb5/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/krb5/proto.h b/src/include/krb5/proto.h
index eeaf28de77..c2cd944cec 100644
--- a/src/include/krb5/proto.h
+++ b/src/include/krb5/proto.h
@@ -43,6 +43,7 @@
#define KRB5_AP_REP ((krb5_msgtype)15) /* Response to KRB_AP_REQ_MUTUAL */
#define KRB5_SAFE ((krb5_msgtype)20) /* Safe application message */
#define KRB5_PRIV ((krb5_msgtype)21) /* Private application message */
+#define KRB5_CRED ((krb5_msgtype)22) /* Credential forwarding message */
#define KRB5_ERROR ((krb5_msgtype)30) /* Error response */
/* LastReq types */