mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
@ -149,7 +149,7 @@ void mbedtls_threading_set_alt(void (*mutex_init)(mbedtls_threading_mutex_t *),
|
|||||||
mbedtls_mutex_init(&mbedtls_threading_gmtime_mutex);
|
mbedtls_mutex_init(&mbedtls_threading_gmtime_mutex);
|
||||||
#endif
|
#endif
|
||||||
#if defined(MBEDTLS_PSA_CRYPTO_C)
|
#if defined(MBEDTLS_PSA_CRYPTO_C)
|
||||||
mbedtls_mutext_init(&mbedtls_threading_key_slot_mutex);
|
mbedtls_mutex_init(&mbedtls_threading_key_slot_mutex);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user