blob: 213cf55b408eb84d42d8c0d4e99b370f6e11c713 [file] [log] [blame]
makejian9606d562024-10-21 20:13:49 +08001Bugfix
2 * Use 'mbedtls_net_close' instead of 'close' in 'mbedtls_net_bind'
3 and 'mbedtls_net_connect' to prevent possible double close fd
David Horstmanna40e95f2024-10-22 12:22:47 +01004 problems. Fixes #9711.