mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-06 18:29:55 +00:00
ssl_client.c: Fix unused parameter
Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user