X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/eb31b00e4098ffb93eaf574f70cdd108b6610080..4e66da02f19648ee1be862e67ba1d1fc5549fb7f:/gfshare.c diff --git a/gfshare.c b/gfshare.c index 2bc72c6..841e556 100644 --- a/gfshare.c +++ b/gfshare.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: gfshare.c,v 1.7 2001/06/16 23:42:17 mdw Exp $ + * $Id: gfshare.c,v 1.8 2004/04/02 01:03:49 mdw Exp $ * * Secret sharing over %$\gf{2^8}$% * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: gfshare.c,v $ + * Revision 1.8 2004/04/02 01:03:49 mdw + * Miscellaneous constification. + * * Revision 1.7 2001/06/16 23:42:17 mdw * Typesetting fixes. * @@ -73,7 +76,7 @@ /*----- Static variables --------------------------------------------------*/ -static octet gflog[] = GFSHARE_LOG, gfexp[] = GFSHARE_EXP; +static const octet gflog[] = GFSHARE_LOG, gfexp[] = GFSHARE_EXP; /*----- Main code ---------------------------------------------------------*/