aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
diff options
context:
space:
mode:
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,