mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-22 18:39:58 +00:00
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:
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.) */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user