ssl_client.c: Fix unused parameter

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron 2022-03-31 16:23:49 +02:00
parent bdb4f58cea
commit 11218dda96

View file

@ -418,6 +418,8 @@ int mbedtls_ssl_validate_ciphersuite(
const mbedtls_ssl_ciphersuite_t *suite_info,
int min_minor_ver, int max_minor_ver )
{
(void) ssl;
if( suite_info == NULL )
return( -1 );