summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-10-10 15:28:33 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-10-10 15:28:33 +0000
commitac167c044058afcca975d382d88bedcd1bdcf289 (patch)
tree5ed0138bd0364ea3918b8a9bff7404c842b387e5 /src/lib
parentf76ad56db401b71fb627ce7b683b0bae3e96fdab (diff)
add KRB5KDC_ERR_PADATA_TYPE_NOSUPP, KRB5KDC_ERR_SUMTYPE_NOSUPP
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1216 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et
index e2fd4cb3e..01954d947 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -29,9 +29,9 @@ error_code KRB5KDC_ERR_NEVER_VALID, "Requested effective lifetime is negative o
error_code KRB5KDC_ERR_POLICY, "KDC policy rejects request"
error_code KRB5KDC_ERR_BADOPTION, "KDC can't fulfill requested option"
error_code KRB5KDC_ERR_ETYPE_NOSUPP, "KDC has no support for encryption type"
-# ^^ 14
-error_code KRB5PLACEHOLD_15, "KRB5 error code 15"
-error_code KRB5PLACEHOLD_16, "KRB5 error code 16"
+error_code KRB5KDC_ERR_SUMTYPE_NOSUPP, "KDC has no support for checksum type"
+error_code KRB5KDC_ERR_PADATA_TYPE_NOSUPP, "KDC has no support for padata type"
+# ^^ 16
error_code KRB5PLACEHOLD_17, "KRB5 error code 17"
error_code KRB5PLACEHOLD_18, "KRB5 error code 18"
error_code KRB5PLACEHOLD_19, "KRB5 error code 19"