Wireshark-commits: [Wireshark-commits] master b99f10b: ssl-utils: fix RSA keys with GnuTLS 2.12.23

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 Jul 2015 23:13:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b99f10bea7273574470cc87fcbd82acad3b0b29a
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b99f10b by Peter Wu (peter@xxxxxxxxxxxxx):

    ssl-utils: fix RSA keys with GnuTLS 2.12.23
    
    Apparently GnuTLS 2.12.23 as used on Ubuntu 14.04 produces different
    outputs for the u parameter as observed in gdb. GnuTLS 3.4.2 on Arch
    Linux works fine. Workaround this issue by unconditionally calculating
    the inverse.
    
    Change-Id: I8406352f8c570b355ea774cafc903662d06888ac
    Fixes: v1.99.8rc0-417-g85f8a99
    Bug: 11371
    Reviewed-on: https://code.wireshark.org/review/9666
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  255d53d   Draw packet colors in the packet list scrollbar.
    adds  b99f10b   ssl-utils: fix RSA keys with GnuTLS 2.12.23


Summary of changes:
 epan/dissectors/packet-ssl-utils.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)