summaryrefslogtreecommitdiffstats
path: root/src/include/krb5
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1989-12-07 15:04:46 +0000
committerJohn Kohl <jtkohl@mit.edu>1989-12-07 15:04:46 +0000
commite8c04cce5ef8ebdc0b27251bc5689edfe5bb3c5a (patch)
tree21ef35e3448a8d973206efa527ecdafc07fc6b25 /src/include/krb5
parentfba3e42e422e3569f88855165f93fb2f0d794dc4 (diff)
downloadkrb5-e8c04cce5ef8ebdc0b27251bc5689edfe5bb3c5a.tar.gz
krb5-e8c04cce5ef8ebdc0b27251bc5689edfe5bb3c5a.tar.xz
krb5-e8c04cce5ef8ebdc0b27251bc5689edfe5bb3c5a.zip
move ETYPE_NOSUPP to KDC section
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@47 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5')
-rw-r--r--src/include/krb5/errors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/krb5/errors.h b/src/include/krb5/errors.h
index 6b1d17277..20d424ff1 100644
--- a/src/include/krb5/errors.h
+++ b/src/include/krb5/errors.h
@@ -36,6 +36,7 @@
#define KDC_ERR_NEVER_VALID 11 /* Requested starttime > endtime */
#define KDC_ERR_POLICY 12 /* KDC policy rejects request */
#define KDC_ERR_BADOPTION 13 /* KDC can't do requested opt. */
+#define KDC_ERR_ETYPE_NOSUPP 14 /* No support for encryption type */
/* Application errors */
#define KRB_AP_ERR_BAD_INTEGRITY 31 /* Decrypt integrity check failed */
@@ -52,8 +53,7 @@
#define KRB_AP_ERR_BADORDER 42 /* Message out of order */
#define KRB_AP_ERR_BADKEYVER 44 /* Key version is not available */
#define KRB_AP_ERR_NOKEY 45 /* Service key not available */
-#define KRB_AP_ERR_ETYPE_NOSUPP 46 /* No support for encryption type */
-#define KRB_AP_ERR_MUT_FAIL 47 /* Mutual authentication failed */
+#define KRB_AP_ERR_MUT_FAIL 46 /* Mutual authentication failed */
/* other errors */
#define KRB_ERR_FIELD_TOOLONG 50 /* Field is too long for impl. */