aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2020-07-15 18:43:44 +0200
committerAnders Broman <a.broman58@gmail.com>2020-07-15 18:59:10 +0000
commitf793923a12e9a39bdfb2a2aaa83a8b1042b3ef7e (patch)
treed9e18988b8f37734f0450989b66f0262e9192507 /cmakeconfig.h.in
parentd975ebbed434d78519b4f387bd6c53c612c0956d (diff)
extcap: add libssh version info to sshdump and ciscodump.
Change-Id: I1e13cc3471e37514a0dd181abd4938607a057ec6 Reviewed-on: https://code.wireshark.org/review/37870 Petri-Dish: Roland Knall <rknall@gmail.com> 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, 1 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index b1c466c989..dc562f35c0 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -60,6 +60,7 @@
/* Define if LIBSSH support is enabled */
#cmakedefine HAVE_LIBSSH 1
+#cmakedefine LIBSSH_VERSION_STRING "@LIBSSH_VERSION_STRING@"
/* Define if you have the 'dlget' function. */
#cmakedefine HAVE_DLGET 1