From: John Kohl Date: Mon, 21 May 1990 10:51:05 +0000 (+0000) Subject: add KRB5_BAD_MSIZE X-Git-Tag: krb5-1.0-alpha2~514 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0e7eb99f5e128f9d2837fd6474e16062a22d7c28;p=krb5.git add KRB5_BAD_MSIZE git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@892 dc483132-0cff-0310-8789-dd5450dbe970 --- 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