mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-10 00:49:04 +08:00
ssl_client.c: Fix unused parameter
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
bdb4f58cea
commit
11218dda96
@ -418,6 +418,8 @@ int mbedtls_ssl_validate_ciphersuite(
|
|||||||
const mbedtls_ssl_ciphersuite_t *suite_info,
|
const mbedtls_ssl_ciphersuite_t *suite_info,
|
||||||
int min_minor_ver, int max_minor_ver )
|
int min_minor_ver, int max_minor_ver )
|
||||||
{
|
{
|
||||||
|
(void) ssl;
|
||||||
|
|
||||||
if( suite_info == NULL )
|
if( suite_info == NULL )
|
||||||
return( -1 );
|
return( -1 );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user