URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=689ff93474c61984adcf5ad0bd3230e77dd83545
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
689ff93 by Guy Harris (guy@xxxxxxxxxxxx):
Squelch some compiler warnings.
gcry_cipher_get_algo_keylen() returns a size_t, which is bigger than a
guint on most if not all 64-bit platforms; however, if the key is bigger
than 2^32 bytes, we have bigger problems, so just cast it down.
Change-Id: Ia7c97d2742686daf2e42f634c6e349cb580fa9df
Reviewed-on: https://code.wireshark.org/review/17731
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 47650d3 extcap: add udpdump.
adds 689ff93 Squelch some compiler warnings.
Summary of changes:
epan/dissectors/packet-ssl-utils.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)