summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-21 10:51:05 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-21 10:51:05 +0000
commit0e7eb99f5e128f9d2837fd6474e16062a22d7c28 (patch)
tree64b5c088327f3f59083ac750d31d82a3f191600a /src/lib
parent13cb4f3b7b3267321f715baf43a311515c365e78 (diff)
add KRB5_BAD_MSIZE
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@892 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/error_tables/krb5_err.et1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et
index 34f918509..b60831f41 100644
--- a/src/lib/krb5/error_tables/krb5_err.et
+++ b/src/lib/krb5/error_tables/krb5_err.et
@@ -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