Table for driving key data extraction.
[u/mdw/catacomb] / key.h
diff --git a/key.h b/key.h
index d779489..88d4de5 100644 (file)
--- 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 */
 };