Merge pull request #10577 from h1wind/patch-1

fix: Disabling the MBEDTLS_SSL_CLI_C feature caused a compilation error: unused parameter "ssl".
This commit is contained in:
Manuel Pégourié-Gonnard
2026-01-29 10:30:18 +00:00
committed by GitHub

View File

@@ -5422,6 +5422,8 @@ static int ssl_tls13_handle_hs_message_post_handshake(mbedtls_ssl_context *ssl)
#endif
}
}
#else
(void) ssl;
#endif /* MBEDTLS_SSL_CLI_C */
/* Fail in all other cases. */