Wireshark-commits: [Wireshark-commits] master 9296677: extcap: assume we're using libssh 0.6 or lat

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 Jul 2020 09:26:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=92966774721fe914403cebbcbc38ceb7e4c01ea3
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9296677 by Guy Harris (gharris@xxxxxxxxx):

    extcap: assume we're using libssh 0.6 or later.
    
    We require 0.6 or later in CMakeLists.txt, and both ssh_version() and
    LIBSSH_VERSION having to be fed to SSH_STRINGIFY() date back before 0.5,
    so just assume ssh_version() is available and LIBSSH_VERSION has to be
    fed to SSH_STRINGIFY().
    
    Change-Id: I4f62a720424383f88e0410cad07dbe67d0c69297
    Reviewed-on: https://code.wireshark.org/review/37881
    Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  a1d2d18   extcap: get the libssh version string from the libssh.h header.
     add  9296677   extcap: assume we're using libssh 0.6 or later.


Summary of changes:
 cmake/modules/FindLIBSSH.cmake | 12 ------------
 cmakeconfig.h.in               |  3 ---
 extcap/ciscodump.c             |  6 +-----
 extcap/ssh-base.h              | 19 -------------------
 extcap/sshdump.c               |  6 +-----
 5 files changed, 2 insertions(+), 44 deletions(-)