test_suite_block_cipher: fix unused variable when !MBEDTLS_BLOCK_CIPHER_SOME_PSA

Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
Valerio Setti
2023-12-14 18:08:14 +01:00
parent 2684e3f2e3
commit ac7df142e8
@@ -97,6 +97,7 @@ exit:
void block_cipher_psa_dynamic_dispatch(int cipher_type, int pre_psa_ret, int post_psa_engine)
{
mbedtls_block_cipher_context_t ctx;
(void) post_psa_engine;
/* Intentionally no PSA init here! (Will be done later.) */