mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 18:35:28 +00:00
Fix copypasta in conditional directive in cipher_setup
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
80a970806f
commit
612ffd2aa1
|
@ -3306,7 +3306,7 @@ void cipher_setup( int key_type_arg,
|
||||||
psa_status_t expected_status = expected_status_arg;
|
psa_status_t expected_status = expected_status_arg;
|
||||||
psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
|
psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
|
||||||
psa_status_t status;
|
psa_status_t status;
|
||||||
#if defined(KNOWN_SUPPORTED_MAC_ALG)
|
#if defined(KNOWN_SUPPORTED_CIPHER_ALG)
|
||||||
const uint8_t smoke_test_key_data[16] = "kkkkkkkkkkkkkkkk";
|
const uint8_t smoke_test_key_data[16] = "kkkkkkkkkkkkkkkk";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue