projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f0c202
)
Added message type number for KRB5_CRED message
author
Theodore Tso
<tytso@mit.edu>
Thu, 3 Jun 1993 00:06:31 +0000
(
00:06
+0000)
committer
Theodore Tso
<tytso@mit.edu>
Thu, 3 Jun 1993 00:06:31 +0000
(
00:06
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2545
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/proto.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/proto.h
b/src/include/krb5/proto.h
index eeaf28de77464ad4221352ae163ba1e6e2575f52..c2cd944cec7b194d676c0e55cfccb7fb785b4ffd 100644
(file)
--- 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 */