aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spnego.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-10-09 08:40:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-10-09 08:40:02 +0000
commiteb618abad9a969fcdf32129ab807f6cf7c5acb55 (patch)
tree3b341d16838d9e4f6f7c65babb8896279e3c38b6 /epan/dissectors/packet-spnego.c
parent41ad59d6a7f4d3657862fcb20f17af7b85bb0683 (diff)
From Bill Parker:
Explicitly declare/cast 'unsigned <variable>' as 'unsigned int <variable>' https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7810 svn path=/trunk/; revision=45418
Diffstat (limited to 'epan/dissectors/packet-spnego.c')
-rw-r--r--epan/dissectors/packet-spnego.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-spnego.c b/epan/dissectors/packet-spnego.c
index d321f36de2..69719b8c77 100644
--- a/epan/dissectors/packet-spnego.c
+++ b/epan/dissectors/packet-spnego.c
@@ -859,7 +859,7 @@ usage2arcfour(int usage)
static int
arcfour_mic_cksum(guint8 *key_data, int key_length,
- unsigned usage,
+ unsigned int usage,
guint8 sgn_cksum[8],
const void *v1, size_t l1,
const void *v2, size_t l2,