commit | 58016ed6b68399ab1621cdcf0d2e2cb7d5e6f8d2 | [log] [tgz] |
---|---|---|
author | Michael Zimmermann <michael.zimmermann@sevenlab.de> | Thu Oct 09 11:44:29 2025 +0200 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Oct 13 09:38:26 2025 -0400 |
tree | c596dac4213715d19492c89d01a6e63059edcc43 | |
parent | 0f214d3d9eb2852e9998a58b1e2b902b165c4c98 [diff] |
net: socket: tls: Fix type of pointer mbedtls_ssl_get_peer_cid takes size_t, not socklen_t. c546c1cad1f86977dbf3fb3354469db9cda926aa changed the type of socklen_t to something that is incompatible with native offloaded sockets, which caused a compiler error. Signed-off-by: Michael Zimmermann <michael.zimmermann@sevenlab.de>