From bede7d27dbd6cc14d351f78bb72baeadd9c29796 Mon Sep 17 00:00:00 2001 From: mdw Date: Sun, 16 Jul 2000 12:33:11 +0000 Subject: [PATCH] Shut stupid compiler up. --- blowfish-mktab.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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--) { -- 2.11.0