From 881b556392a12c6f8cc8e114b12a059685c9d93a Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 5 Jul 2000 13:04:35 +0000 Subject: [PATCH] more errors git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8543 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/heim_err.et | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/krb5/heim_err.et b/lib/krb5/heim_err.et index a040c0eb4..b0a8fdf86 100644 --- a/lib/krb5/heim_err.et +++ b/lib/krb5/heim_err.et @@ -14,5 +14,7 @@ error_code V4_PRINC_NO_CONV, "Failed to convert v4 principal" error_code SALTTYPE_NOSUPP, "Salt type is not supported by enctype" error_code NOHOST, "Host not found" error_code OPNOTSUPP, "Operation not supported" +error_code EOF, "End of file" +error_code BAD_MKEY, "Failed to get the master key" end