Miscellaneous constification.
[u/mdw/catacomb] / des-base.h
index db3391f..2f06754 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: des-base.h,v 1.2 1999/12/10 23:29:48 mdw Exp $
+ * $Id: des-base.h,v 1.3 2004/04/02 01:03:49 mdw Exp $
  *
  * Common features for DES implementation
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: des-base.h,v $
+ * Revision 1.3  2004/04/02 01:03:49  mdw
+ * Miscellaneous constification.
+ *
  * Revision 1.2  1999/12/10 23:29:48  mdw
  * Change header file guard names.
  *
@@ -51,7 +54,7 @@
 
 /*----- External data -----------------------------------------------------*/
 
-extern uint32 des_sp[8][64];
+extern const uint32 des_sp[8][64];
 
 /*----- Macros ------------------------------------------------------------*/