mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Fix accidental copy paste mistake
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
9efc60298f
commit
0b2835d1fd
|
|
@ -375,7 +375,7 @@ void mbedtls_test_info_reset(void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MBEDTLS_THREADING_C
|
#ifdef MBEDTLS_THREADING_C
|
||||||
mbedtls_mutex_lock(&mbedtls_test_info_mutex);
|
mbedtls_mutex_unlock(&mbedtls_test_info_mutex);
|
||||||
#endif /* MBEDTLS_THREADING_C */
|
#endif /* MBEDTLS_THREADING_C */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue