Renamed from `rsa-decrypt', since the name was no longer appropriate.
[u/mdw/catacomb] / key-error.c
index 8ca934e..7b72d44 100644 (file)
@@ -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"
   };