diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-07-14 04:09:15 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-07-14 04:09:15 +0200 |
commit | ef94b83a62b4d1c7cefd8982f0bcadfc0b1f097c (patch) | |
tree | 1e310ff0cb9d17a6a118e5d7a6d91445160b1b03 /nDPId.c | |
parent | fc442180da85fa7dd9804a05b8d7d979c383a086 (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.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 < 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) |