summaryrefslogtreecommitdiff
path: root/nDPId.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-03-24 01:57:09 +0100
committerToni Uhlig <matzeton@googlemail.com>2022-03-24 02:16:33 +0100
commit9f9e881b3fe5217210b7413912b42cd979da45ba (patch)
tree5e3280a097d9876111e8ef7fc6313cdf31386037 /nDPId.c
parent65a9e5a18daf10cc2b8c7266d1ac0a9bcb7f1c4c (diff)
bump libnDPI to bb12837ca75efc2691ecb18fd5f56e2d097ef26b
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 2dd8ac308..a38736123 100644
--- a/nDPId.c
+++ b/nDPId.c
@@ -47,8 +47,8 @@
#define DLT_DSA_TAG_EDSA 285
#endif
-#if ((NDPI_MAJOR == 4 && NDPI_MINOR < 4) || NDPI_MAJOR < 4) && NDPI_API_VERSION < 5892
-#error "nDPI >= 4.4.0 or API version >= 5892 required"
+#if ((NDPI_MAJOR == 4 && NDPI_MINOR < 3) || NDPI_MAJOR < 4) && NDPI_API_VERSION < 6043
+#error "nDPI >= 4.3.0 or API version >= 6043 required"
#endif
#if !defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4) || !defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8)