add KRB5_KDB_CANTREAD_STORED, KRB5_KDB_BADSTORED_MKEY
authorJohn Kohl <jtkohl@mit.edu>
Fri, 27 Apr 1990 16:28:50 +0000 (16:28 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 27 Apr 1990 16:28:50 +0000 (16:28 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@620 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/kdb5_err.et

index 372674a4451495d96a600a793071dfc54f82213b..9fbd3357a711e4083dbc4754b649d417b0b6ba23 100644 (file)
@@ -38,5 +38,7 @@ ec KRB5_KDB_ILLDIRECTION,     "Bad direction for converting keys"
 ec KRB5_KDB_NOMASTERKEY,       "Cannot find master key record in database"
 ec KRB5_KDB_BADMASTERKEY,      "Master key does not match database"
 ec KRB5_KDB_INVALIDKEYSIZE,    "Key size in database is invalid"
+ec KRB5_KDB_CANTREAD_STORED,   "Cannot find/read stored master key"
+ec KRB5_KDB_BADSTORED_MKEY,    "Stored master key is corrupted"
 
 end