configure: remove --enable-tls-sigs option (#3119)

The same information is available via
`flow->protos.tls_quic.ja_client->signature_algorithm`
This commit is contained in:
Ivan Nardi 2026-02-17 15:00:09 +01:00 committed by GitHub
parent 1e159b8e50
commit 15bac7a892
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 8 additions and 41 deletions

View file

@ -40,7 +40,7 @@ jobs:
pprof -h
- name: Configure nDPI library
run: |
./autogen.sh && ./configure --enable-gprof --enable-option-checking=fatal --with-pcre2 --with-maxminddb --enable-tls-sigs --enable-debug-messages
./autogen.sh && ./configure --enable-gprof --enable-option-checking=fatal --with-pcre2 --with-maxminddb --enable-debug-messages
- name: Initialize CodeQL
uses: github/codeql-action/init@v3