]> git.ipfire.org Git - thirdparty/suricata.git/commit
ssl: fix compiler warning
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 27 Sep 2022 13:47:06 +0000 (15:47 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 29 Sep 2022 09:19:39 +0000 (11:19 +0200)
commitae6abd8ca3eb0e3157eb8709d97c9432beb9e373
tree5d4545f13b7c6e2a53ed5015bc9cf97482f24d58
parent879a46f085b2ccc5897d6d372d2f84a307781f27
ssl: fix compiler warning

implicit conversion loses integer precision: 'int' to 'uint16_t'
because C shifts << translates automatically to signed integers
src/app-layer-ssl.c