aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-12-06 23:20:21 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-12-06 23:20:21 +0000
commit19b2af1e70168c7e6240aa46e096feec674905be (patch)
tree7f626d1eb58efaff80caf0fc17858501e440a0b8 /epan/crypt
parent2c6e8dfd3a7c68fc5e0870581ae38413a1ce2ab4 (diff)
Make some symbols static.
svn path=/trunk/; revision=35140
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/airpdcap_tkip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/crypt/airpdcap_tkip.c b/epan/crypt/airpdcap_tkip.c
index 819a0c6dce..a8ba95a1d9 100644
--- a/epan/crypt/airpdcap_tkip.c
+++ b/epan/crypt/airpdcap_tkip.c
@@ -55,7 +55,7 @@
/******************************************************************************/
/* Internal function prototypes declarations */
/* */
-void AirPDcapTkipMixingPhase1(
+static void AirPDcapTkipMixingPhase1(
UINT16 *TTAK,
const UINT8 *TK,
const UINT8 *TA,
@@ -145,7 +145,7 @@ static const UINT16 Sbox[256] = {
/******************************************************************************/
/* Function definitions */
-void AirPDcapTkipMixingPhase1(
+static void AirPDcapTkipMixingPhase1(
UINT16 *TTAK,
const UINT8 *TK,
const UINT8 *TA,