diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-03-24 01:57:09 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-03-24 02:16:33 +0100 |
commit | 9f9e881b3fe5217210b7413912b42cd979da45ba (patch) | |
tree | 5e3280a097d9876111e8ef7fc6313cdf31386037 /nDPId.c | |
parent | 65a9e5a18daf10cc2b8c7266d1ac0a9bcb7f1c4c (diff) |
bump libnDPI to bb12837ca75efc2691ecb18fd5f56e2d097ef26b
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nDPId.c')
-rw-r--r-- | nDPId.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |