Support new key size interface.
[u/mdw/catacomb] / des.h
diff --git a/des.h b/des.h
index ac1461a..d62d72c 100644 (file)
--- a/des.h
+++ b/des.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: des.h,v 1.2 1999/12/10 23:29:48 mdw Exp $
+ * $Id: des.h,v 1.3 2000/06/17 10:52:32 mdw Exp $
  *
  * The Data Encryption Standard
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: des.h,v $
+ * Revision 1.3  2000/06/17 10:52:32  mdw
+ * Support new key size interface.
+ *
  * Revision 1.2  1999/12/10 23:29:48  mdw
  * Change header file guard names.
  *
@@ -69,6 +72,8 @@
 #define DES_KEYSZ 7
 #define DES_CLASS (N, B, 64)
 
+extern const octet des_keysz[];
+
 /*----- Data structures ---------------------------------------------------*/
 
 typedef struct des_ctx {