aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/crypt/dot11decrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/crypt/dot11decrypt.c b/epan/crypt/dot11decrypt.c
index da84689d43..246a54ba8e 100644
--- a/epan/crypt/dot11decrypt.c
+++ b/epan/crypt/dot11decrypt.c
@@ -1680,7 +1680,7 @@ Dot11DecryptRsna4WHandshake(
if (key_version == 0) {
/* PTK derivation is based on Authentication Key Management Type */
- int _U_ group_cipher = -1;
+ int group_cipher = -1;
Dot11DecryptGetRsne((const EAPOL_RSN_KEY *)(data + offset - 1),
tot_len - (offset - 1),
&group_cipher, &cipher, &akm);