aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-07-15 23:37:20 -0700
committerAnders Broman <a.broman58@gmail.com>2020-07-16 08:18:58 +0000
commita1d2d18cb8367cc62395be1bbfa9fee6433e4386 (patch)
treed8ca44b7fea25b110b7dd7c8658bb6cafabeb204 /cmakeconfig.h.in
parent48237f77aaec85def2200cb16d249fdc38b6eb2a (diff)
extcap: get the libssh version string from the libssh.h header.
Thanks, libssh developers, for making it so straightforward! This means we don't need to construct it in the CMake module that finds libssh. Change-Id: I6c173bf7c0671dfdfac423a7d01ecced7b69e851 Reviewed-on: https://code.wireshark.org/review/37878 Petri-Dish: Guy Harris <gharris@sonic.net> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index e671388fb7..b16baa11e3 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -60,7 +60,6 @@
/* Define if LIBSSH support is enabled */
#cmakedefine HAVE_LIBSSH 1
-#cmakedefine LIBSSH_VERSION_STRING "@LIBSSH_VERSION_STRING@"
/* Define to 1 if you have the `ssh_version' function. */
#cmakedefine HAVE_SSH_VERSION 1