mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-12 13:29:54 +00:00
@@ -7675,7 +7675,6 @@ static psa_status_t mbedtls_psa_crypto_init_subsystem(mbedtls_psa_crypto_subsyst
|
||||
&mbedtls_threading_psa_rngdata_mutex));
|
||||
#endif /* defined(MBEDTLS_THREADING_C) */
|
||||
|
||||
|
||||
break;
|
||||
|
||||
case PSA_CRYPTO_SUBSYSTEM_TRANSACTION:
|
||||
|
||||
@@ -36,7 +36,6 @@ static psa_global_data_t global_data;
|
||||
|
||||
static uint8_t psa_get_key_slots_initialized(void)
|
||||
{
|
||||
|
||||
uint8_t initialized;
|
||||
|
||||
#if defined(MBEDTLS_THREADING_C)
|
||||
|
||||
Reference in New Issue
Block a user