Merge remote-tracking branch 'upstream-public/pr/1479' into mbedtls-2.7-proposed

This commit is contained in:
Jaeden Amero 2018-03-28 14:21:19 +01:00
commit ef59b732c2
3 changed files with 19 additions and 0 deletions

View file

@ -96,8 +96,12 @@ extern int (*mbedtls_mutex_unlock)( mbedtls_threading_mutex_t *mutex );
/*
* Global mutexes
*/
#if defined(MBEDTLS_FS_IO)
extern mbedtls_threading_mutex_t mbedtls_threading_readdir_mutex;
#endif
#if defined(MBEDTLS_HAVE_TIME_DATE)
extern mbedtls_threading_mutex_t mbedtls_threading_gmtime_mutex;
#endif
#endif /* MBEDTLS_THREADING_C */
#ifdef __cplusplus