Wireshark-commits: [Wireshark-commits] master 53a2478: kerberos: fix build without krb5_c_fx_cf2_si
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 27 May 2020 06:57:09 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53a24787b8552bd30674718e2e048a870331e47c
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

53a2478 by Guy Harris (gharris@xxxxxxxxx):

    kerberos: fix build without krb5_c_fx_cf2_simple().
    
    Have completely separate definitions of krb5_fast_key(); the one used if
    we don't have krb5_c_fx_cf2_simple() declares *all* parameters as
    unused, as it's a stub routine.
    
    Change-Id: I828c8d8f60634fcf537c2822f1a1c5db33ea2798
    Reviewed-on: https://code.wireshark.org/review/37321
    Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  60571ac   USB HID: make usbhid.data bytes
     add  53a2478   kerberos: fix build without krb5_c_fx_cf2_simple().


Summary of changes:
 .../asn1/kerberos/packet-kerberos-template.c           | 12 ++++++++++--
 epan/dissectors/packet-kerberos.c                      | 18 +++++++++++++-----
 2 files changed, 23 insertions(+), 7 deletions(-)