]> git.ipfire.org Git - thirdparty/openssl.git/commit
make addr_len the right sign in sslecho
authorNeil Horman <nhorman@openssl.org>
Sun, 7 Apr 2024 13:12:54 +0000 (09:12 -0400)
committerNeil Horman <nhorman@openssl.org>
Fri, 12 Apr 2024 12:02:20 +0000 (08:02 -0400)
commit6195c08d10484a79128cfba6cdbe9121f4247398
tree4f9a040b5014f993e6207d66350a34b18867db7d
parent793a4056ad94e5f3076b7988ddee3af2aece09f2
make addr_len the right sign in sslecho

cygwin caught a signedness difference in this pointer.

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/24047)
demos/sslecho/main.c