summaryrefslogtreecommitdiff
path: root/nDPId.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-07-14 04:09:15 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-07-14 04:09:15 +0200
commitef94b83a62b4d1c7cefd8982f0bcadfc0b1f097c (patch)
tree1e310ff0cb9d17a6a118e5d7a6d91445160b1b03 /nDPId.c
parentfc442180da85fa7dd9804a05b8d7d979c383a086 (diff)
Replaced outdated nDPI version info with the correct one.
* add CI job to verify the lowest known-to-work-libnDPI-version Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nDPId.c')
-rw-r--r--nDPId.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nDPId.c b/nDPId.c
index 614440285..d034ecaa2 100644
--- a/nDPId.c
+++ b/nDPId.c
@@ -47,8 +47,8 @@
#define DLT_DSA_TAG_EDSA 285
#endif
-#if ((NDPI_MAJOR == 4 && NDPI_MINOR < 3) || NDPI_MAJOR < 4) && NDPI_API_VERSION < 6336
-#error "nDPI >= 4.3.0 or API version >= 6336 required"
+#if ((NDPI_MAJOR == 4 && NDPI_MINOR < 4) || NDPI_MAJOR < 4) && NDPI_API_VERSION < 6336
+#error "nDPI >= 4.4.0 or API version >= 6336 required"
#endif
#if !defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4) || !defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8)