add KRB5_BAD_MSIZE
authorJohn Kohl <jtkohl@mit.edu>
Mon, 21 May 1990 10:51:05 +0000 (10:51 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 21 May 1990 10:51:05 +0000 (10:51 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@892 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index 34f918509135c0d142ba3507085d314aa4dd2994..b60831f413426a1d082b44c5e8fac7f3e1465d4f 100644 (file)
@@ -226,4 +226,5 @@ 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"
 end