X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/876b4f53ca713ab45a1b99d5cce8b90da7e2315f..86a47753c5ed92211c3d6f5dcf47a1cfb85031a8:/key.h diff --git a/key.h b/key.h index d779489..88d4de5 100644 --- a/key.h +++ b/key.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: key.h,v 1.4 2000/02/12 18:21:02 mdw Exp $ + * $Id: key.h,v 1.5 2000/02/12 18:55:40 mdw Exp $ * * Simple key management * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: key.h,v $ + * Revision 1.5 2000/02/12 18:55:40 mdw + * Make it all compile properly. + * * Revision 1.4 2000/02/12 18:21:02 mdw * Overhaul of key management (again). * @@ -175,7 +178,7 @@ enum { KERR_EXPIRED = -8, /* Key has already expired */ KERR_BADFLAGS = -9, /* Error in flags string */ KERR_BADPASS = -10, /* Error decrypting locked key */ - KERR_BADTYPE = -11, /* Key has incorrect type */ + KERR_WRONGTYPE = -11, /* Key has incorrect type */ KERR_NOTFOUND = -12, /* Key couldn't be found */ KERR_MAX /* Largest possible error */ };