From: mdw Date: Sun, 16 Jul 2000 12:33:11 +0000 (+0000) Subject: Shut stupid compiler up. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/bede7d27dbd6cc14d351f78bb72baeadd9c29796 Shut stupid compiler up. --- diff --git a/blowfish-mktab.c b/blowfish-mktab.c index 6d1015d..763703a 100644 --- a/blowfish-mktab.c +++ b/blowfish-mktab.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: blowfish-mktab.c,v 1.1 2000/06/17 10:47:28 mdw Exp $ + * $Id: blowfish-mktab.c,v 1.2 2000/07/16 12:33:11 mdw Exp $ * * Build Blowfish key table * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: blowfish-mktab.c,v $ + * Revision 1.2 2000/07/16 12:33:11 mdw + * Shut stupid compiler up. + * * Revision 1.1 2000/06/17 10:47:28 mdw * Emits Blowfish initial key data, derived from the digits of pi. * @@ -101,7 +104,7 @@ static void spigot(uint32 *buf, size_t n) while (n) { uint32 q = 0; uint32 i; - uint32 x; + uint32 x = 0; uint32 k = max * 2 - 1; for (i = max; i; i--) {