aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_define.h.in
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2022-03-03 10:16:08 +0100
committerGitHub <noreply@github.com>2022-03-03 10:16:08 +0100
commit95a3d4fffe699823b1cc9730dd0e4e2827b94845 (patch)
treeff1001d6e9ebaaa2aad250e10edc5f76aa92862d /src/include/ndpi_define.h.in
parentcb62dfd24945f5732166ecb4121354adc48cec80 (diff)
Added autoconf option `--enable-tls-sigs'. (#1471)
* Testing more code in CI environments. * Added strict option checking for `./configure' in CI environments. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include/ndpi_define.h.in')
-rw-r--r--src/include/ndpi_define.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ndpi_define.h.in b/src/include/ndpi_define.h.in
index c6eb512ae..13e9962da 100644
--- a/src/include/ndpi_define.h.in
+++ b/src/include/ndpi_define.h.in
@@ -363,6 +363,8 @@ static inline u_int64_t get_u_int64_t(const u_int8_t* X, int O)
#define NDPI_MAX_NUM_TLS_APPL_BLOCKS 8
+@HANDLE_TLS_SIGS@#define TLS_HANDLE_SIGNATURE_ALGORITMS 1
+
#ifdef __APPLE__
#include <libkern/OSByteOrder.h>