tls: fix signed unsigned comparison 87/32387/1
authorFlorin Coras <fcoras@cisco.com>
Thu, 20 May 2021 01:33:04 +0000 (18:33 -0700)
committerFlorin Coras <fcoras@cisco.com>
Thu, 20 May 2021 01:33:29 +0000 (18:33 -0700)
commit72afc4feb78489cf2f77b1bab46b71a0427133bc
treed4b38b1f03a2602d43db5524a310bae076c99f58
parent785458895dac4fd1f337e0b949bf011c363da99a
tls: fix signed unsigned comparison

On error, the signed value is cast to unsigned.

Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I0f94422f47e40d7c358118b2df8ab96cf4116dd0
src/plugins/tlsopenssl/tls_openssl.c