mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-05 02:09:44 +00:00
Mark unused variable in tests for cases with reduced configs
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
98dcb4c024
commit
53ad763848
|
@ -764,6 +764,7 @@ int mbedtls_test_psa_exported_key_sanity_check(
|
||||||
#endif /* MBEDTLS_ECP_C */
|
#endif /* MBEDTLS_ECP_C */
|
||||||
|
|
||||||
{
|
{
|
||||||
|
(void) exported;
|
||||||
TEST_ASSERT( ! "Sanity check not implemented for this key type" );
|
TEST_ASSERT( ! "Sanity check not implemented for this key type" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue