add KRB5_CC_TYPE_EXISTS, KRB5_KT_TYPE_EXISTS
authorJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 11:57:10 +0000 (11:57 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 11:57:10 +0000 (11:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1024 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index 680b08bdd6ed3ab8faefec6dba92b4e2b665f76e..7a3e6796d2a2c8586b394de15df364152ed8efd5 100644 (file)
@@ -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