Mark local functions static
[mech_eap.git] / src / crypto / aes-internal-dec.c
index 2d32c03..a0fc45b 100644 (file)
@@ -32,7 +32,7 @@
  *
  * @return     the number of rounds for the given cipher key size.
  */
-void rijndaelKeySetupDec(u32 rk[/*44*/], const u8 cipherKey[])
+static void rijndaelKeySetupDec(u32 rk[/*44*/], const u8 cipherKey[])
 {
        int Nr = 10, i, j;
        u32 temp;