Fix typo
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
This commit is contained in:
parent
7aeacc1ec4
commit
63952b7de5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue