X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/2e6a5ab59ad7b918e516cce86506c2269b5fa250..025c5f4aa5ffbf8948482a4233318db81c2df5d2:/blowfish.c diff --git a/blowfish.c b/blowfish.c index 2821a45..56f25c7 100644 --- a/blowfish.c +++ b/blowfish.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: blowfish.c,v 1.2 2000/06/17 10:47:56 mdw Exp $ + * $Id: blowfish.c,v 1.4 2004/04/08 01:36:15 mdw Exp $ * * The Blowfish block cipher * @@ -27,17 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: blowfish.c,v $ - * Revision 1.2 2000/06/17 10:47:56 mdw - * Tidy round function a little. Support new key size interface. - * - * Revision 1.1 1999/09/03 08:41:11 mdw - * Initial import. - * - */ - /*----- Header files ------------------------------------------------------*/ #include @@ -50,7 +39,7 @@ /*----- Global variables --------------------------------------------------*/ -static blowfish_ctx ikey = BLOWFISH_IKEY; +static const blowfish_ctx ikey = BLOWFISH_IKEY; const octet blowfish_keysz[] = { KSZ_RANGE, BLOWFISH_KEYSZ, 1, 56, 1 };