mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-17 23:59:58 +00:00
Fix accidental copy paste mistake
Signed-off-by: Paul Elliott <[email protected]>
This commit is contained in:
+1
-1
@@ -375,7 +375,7 @@ void mbedtls_test_info_reset(void)
|
||||
#endif
|
||||
|
||||
#ifdef MBEDTLS_THREADING_C
|
||||
mbedtls_mutex_lock(&mbedtls_test_info_mutex);
|
||||
mbedtls_mutex_unlock(&mbedtls_test_info_mutex);
|
||||
#endif /* MBEDTLS_THREADING_C */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user