diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 291dcdb0d..d100eb1fc 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c @@ -1869,6 +1869,7 @@ static psa_status_t psa_mac_setup( psa_mac_operation_t *operation, else #endif /* MBEDTLS_MD_C */ { + (void) key_bits; status = PSA_ERROR_NOT_SUPPORTED; }