fix copyrights
authorJohn Kohl <jtkohl@mit.edu>
Mon, 4 Mar 1991 10:48:08 +0000 (10:48 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 4 Mar 1991 10:48:08 +0000 (10:48 +0000)
add 'replay cache needed' code
.j

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1835 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/krb5_err.et

index 4e932b48a1e6c866ff7d70fb20a523a57ba26c09..28274fb011e74bfc1218ead2383eb463c2f245d9 100644 (file)
@@ -2,7 +2,8 @@
 # $Source$
 # $Author$
 #
-# Copyright 1989,1990 by the Massachusetts Institute of Technology.
+# Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+# All Rights Reserved.
 #
 # For copying and distribution information, please see the file
 # <krb5/copyright.h>.
@@ -259,5 +260,6 @@ error_code KRB5_KEYTAB_BADVNO,      "Unsupported key table format version number"
 #
 
 error_code KRB5_PROG_ATYPE_NOSUPP,     "Program lacks support for address type"
+error_code KRB5_RC_REQUIRED,   "Message replay detection requires rcache parameter"
 
 end