URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=689ff93474c61984adcf5ad0bd3230e77dd83545
Submitter: Guy Harris (g...@alum.mit.edu)
Changed: branch: master
Repository: wireshark

Commits:

689ff93 by Guy Harris (g...@alum.mit.edu):

    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 <g...@alum.mit.edu>
    

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(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to