summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-06-04 19:17:44 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-06-06 15:33:01 +0000
commitad7b5381ac54567217f12ee729c7be6cd2848d0f (patch)
tree657b9b157455eb8d55713ea7d8df20c583b492fd /epan
parent97f0fb0e5386ae4bfd759311d03727598556955c (diff)
downloadwireshark-ad7b5381ac54567217f12ee729c7be6cd2848d0f.tar.gz
Upgrade Windows builds to GnuTLS 3.1.22 and Gcrypt 1.6.0
Change-Id: I7650a3ec31120ac5e7954f4c1ca985ad55d189b4 Reviewed-on: https://code.wireshark.org/review/1978 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-pdcp-lte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.c b/epan/dissectors/packet-pdcp-lte.c
index 02848ebee0..75a446b951 100644
--- a/epan/dissectors/packet-pdcp-lte.c
+++ b/epan/dissectors/packet-pdcp-lte.c
@@ -1636,7 +1636,7 @@ static guint32 calculate_digest(pdu_security_settings_t *pdu_security_settings,
gint message_length;
guint8 *message_data;
guint8 mac[4];
- ssize_t read_digest_length = 4;
+ size_t read_digest_length = 4;
/* Open gcrypt handle */
/* N.B. Unfortunately GCRY_MAC_CMAC_AES is not available in currently used version of gcrypt! */