summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-07-03 11:57:10 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-07-03 11:57:10 +0000
commitc55afccd4c695195aee3d3d62bf1cd00ee81988b (patch)
tree01ff3c41b88aab33ae02e521b55a2b5a96afb9b1
parentae828206b569862d85f76e0cfb088b59ff0b59dc (diff)
add KRB5_CC_TYPE_EXISTS, KRB5_KT_TYPE_EXISTS
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1024 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et
index 680b08bdd..7a3e6796d 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -227,4 +227,8 @@ error_code KRB5DES_WEAK_KEY, "DES key is a weak key"
error_code KRB5_BAD_KEYTYPE, "Keytype is incompatible with encryption type"
error_code KRB5_BAD_KEYSIZE, "Key size is incompatible with encryption type"
error_code KRB5_BAD_MSIZE, "Message size is incompatible with encryption type"
+
+error_code KRB5_CC_TYPE_EXISTS, "Credentials cache type is already registered."
+error_code KRB5_KT_TYPE_EXISTS, "Key table type is already registered."
+
end