mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-09-11 12:10:46 +03:00
psa: Fix unused variable warnings
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
@@ -236,6 +236,7 @@ static psa_status_t mac_init(
|
||||
else
|
||||
#endif /* BUILTIN_ALG_HMAC */
|
||||
{
|
||||
(void) operation;
|
||||
status = PSA_ERROR_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user