X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/b348397a95fab4bd1688746448e2d1abb24a4304..c65df27983057ec76ed0e72bb370f9a5ae7dad28:/desx.c diff --git a/desx.c b/desx.c index 2d325b4..6c513f3 100644 --- a/desx.c +++ b/desx.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: desx.c,v 1.1 2001/04/03 19:36:50 mdw Exp $ + * $Id: desx.c,v 1.3 2004/04/08 01:36:15 mdw Exp $ * * Implementation of DESX * @@ -27,14 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: desx.c,v $ - * Revision 1.1 2001/04/03 19:36:50 mdw - * New block cipher DESX added. - * - */ - /*----- Header files ------------------------------------------------------*/ #include @@ -53,7 +45,7 @@ /*----- Tables ------------------------------------------------------------*/ -static octet s[256] = DESX_S; +static const octet s[256] = DESX_S; /*----- Global variables --------------------------------------------------*/