]> git.ipfire.org Git - thirdparty/suricata.git/commit
tls: replace variable in header file with TAILQ_EMPTY()
authorMats Klepsland <mats.klepsland@gmail.com>
Thu, 22 Mar 2018 12:17:17 +0000 (13:17 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 28 Mar 2018 06:49:20 +0000 (08:49 +0200)
commitd9ddae4592069592ecd1c0505abb874959951bd6
tree49241efcc1ce95909a713fcaf3a0860299337097
parentf40fc0293b1fd61fbab0ae91849077d214006116
tls: replace variable in header file with TAILQ_EMPTY()

Use TAILQ_EMPTY to check if a certificate exists instead of
setting two variables in the app-layer-ssl header file for
that purpose only.
src/app-layer-ssl.h
src/log-tlsstore.c
src/output-json-tls.c