ssl_client.c: Fix unused parameter
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
bdb4f58cea
commit
11218dda96
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue