Wireshark-commits: [Wireshark-commits] master a409f5c: quic: fix compilation without libgcrypt aead
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Jan 2019 16:55:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a409f5c894293576f0eca530dc2cce94fe209c6d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a409f5c by Dario Lombardo (lomato@xxxxxxxxx):

    quic: fix compilation without libgcrypt aead.
    
    When that version isn't available, we still need to have this
    function available. Make it always available, then, with empty
    implementation.
    
    Change-Id: Ia827922c181676bbb2ba4a02dc09290b8cdb1a5c
    Reviewed-on: https://code.wireshark.org/review/31491
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6464743   mas5gs: Add dissection of IE 9.11.3.10 ABBA
     add  a409f5c   quic: fix compilation without libgcrypt aead.


Summary of changes:
 epan/dissectors/packet-quic.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)