test_suite_block_cipher: fix unused variable when !MBEDTLS_BLOCK_CIPHER_SOME_PSA

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2023-12-13 17:40:21 +01:00
parent 2684e3f2e3
commit ac7df142e8

View File

@ -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.) */