Wireshark-commits: [Wireshark-commits] master 5599f8e: wsutil: fix build failure of Debian packages

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 30 Jun 2019 13:07:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5599f8e492723c5d496e23ad5465f47e63334c5a
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5599f8e by Peter Wu (peter@xxxxxxxxxxxxx):

    wsutil: fix build failure of Debian packages on Ubuntu 16.04
    
    The libwsutil symbols file contains two public symbols which depend on
    Libgcrypt 1.7.0. As the version included with Ubuntu 16.04 is too old,
    building a Debian package fails due to missing two curve25519 symbols.
    Add stub implementations as workaround.
    
    Change-Id: Ie39e784e9e631750b5269d038772496565b2dce8
    Reviewed-on: https://code.wireshark.org/review/33780
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2e9f54e   debian/control: remove unused libtool dependency
     add  5599f8e   wsutil: fix build failure of Debian packages on Ubuntu 16.04


Summary of changes:
 wsutil/curve25519.c | 18 ++++++++++++++++++
 wsutil/curve25519.h | 10 ++++------
 2 files changed, 22 insertions(+), 6 deletions(-)