aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/aes-internal-dec.c
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2011-11-18 21:53:36 +0200
committerJouni Malinen <j@w1.fi>2011-11-18 21:53:36 +0200
commit19df9b0761021e983e3e3ca0d65e143347028bd5 (patch)
treef67ad35ba67de613d138cbbcb92608b8033703be /src/crypto/aes-internal-dec.c
parent373f6c721148387a67153edcb013ab52561fe13d (diff)
downloadexternal_wpa_supplicant_8_ti-19df9b0761021e983e3e3ca0d65e143347028bd5.zip
external_wpa_supplicant_8_ti-19df9b0761021e983e3e3ca0d65e143347028bd5.tar.gz
external_wpa_supplicant_8_ti-19df9b0761021e983e3e3ca0d65e143347028bd5.tar.bz2
Mark local functions static
These functions are not used outside the file in which they are defined. Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src/crypto/aes-internal-dec.c')
-rw-r--r--src/crypto/aes-internal-dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/aes-internal-dec.c b/src/crypto/aes-internal-dec.c
index 2d32c03..a0fc45b 100644
--- a/src/crypto/aes-internal-dec.c
+++ b/src/crypto/aes-internal-dec.c
@@ -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;