commit f8f1561bbd45346c6dc66bac540add8f753ca494
Author: Christophe Fergeau <cferg...@mandriva.com>
Date:   Wed Feb 10 14:38:27 2010 +0100

    mark some file-local variables as static

 src/rijndael.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/rijndael.c b/src/rijndael.c
index 2a94c7c..d67f96c 100644
--- a/src/rijndael.c
+++ b/src/rijndael.c
@@ -25,10 +25,10 @@ static u32 rco[30];
 
 /* Parameter-dependent data */
 
-int Nk,Nb,Nr;
-u8 fi[24],ri[24];
-u32 fkey[120];
-u32 rkey[120];
+static int Nk,Nb,Nr;
+static u8 fi[24],ri[24];
+static u32 fkey[120];
+static u32 rkey[120];
 
 static u32 pack(u8 *b)
 { /* pack bytes into a 32-bit Word */

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to