Wireshark-commits: [Wireshark-commits] master 52ae96e: dot11decrypt_util.c: fix no previous prototy

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 02 Apr 2020 07:43:58 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=52ae96e360d7cafee6ae8d96c0e187785eebd4f4
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

52ae96e by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    dot11decrypt_util.c: fix no previous prototype for function
    
    dot11decrypt_util.c:34:6: warning: no previous prototype for ‘dot11decrypt_construct_aad’ [-Wmissing-prototypes]
    
    Change-Id: Ideda2d18de88aed9d3fd045a02ead6446b0dbfce
    Reviewed-on: https://code.wireshark.org/review/36653
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c68b7cb   DTN: Fix dissection of the Bundle Refusal Reason.
     add  52ae96e   dot11decrypt_util.c: fix no previous prototype for function


Summary of changes:
 epan/crypt/dot11decrypt_util.c | 1 +
 1 file changed, 1 insertion(+)