diff options
author | Luca Deri <deri@ntop.org> | 2021-11-02 12:08:20 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-11-02 12:08:20 +0100 |
commit | 1f6c94e6630e54c1dc3c8d2e7d6af16712f10cbd (patch) | |
tree | 08311c4f628146dbec57473c0d2c9ef2abbf8cd7 /src/lib | |
parent | b11065b2e3c724b2cb0e692e1818a4699c9cc803 (diff) |
Updated test results
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/protocols/tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/tls.c b/src/lib/protocols/tls.c index eb9e46fbb..301ea1937 100644 --- a/src/lib/protocols/tls.c +++ b/src/lib/protocols/tls.c @@ -39,7 +39,7 @@ extern int quic_len_buffer_still_required(uint8_t value); extern int is_version_with_var_int_transport_params(uint32_t version); // #define DEBUG_TLS_MEMORY 1 - #define DEBUG_TLS 1 +// #define DEBUG_TLS 1 // #define DEBUG_TLS_BLOCKS 1 // #define DEBUG_CERTIFICATE_HASH |