X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/052b36d05a622a93733b735acce2de865b14627b..f41f820e4b3e230d9314cc4323abf59babdd4e67:/key-error.c diff --git a/key-error.c b/key-error.c index 8ca934e..7b72d44 100644 --- a/key-error.c +++ b/key-error.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: key-error.c,v 1.1 2000/02/12 18:21:02 mdw Exp $ + * $Id: key-error.c,v 1.2 2000/02/12 18:55:40 mdw Exp $ * * Translating key error codes into strings * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: key-error.c,v $ + * Revision 1.2 2000/02/12 18:55:40 mdw + * Make it all compile properly. + * * Revision 1.1 2000/02/12 18:21:02 mdw * Overhaul of key management (again). * @@ -62,7 +65,11 @@ const char *key_strerror(int err) "Key tag already exists", "Key file is read-only", "Key will eventually expire", + "Key has expired", "Bad key flags string", + "Failed to unlock encrypted key", + "Unexpected key encoding type", + "Key not found", "Unknown error code" };