1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-05 08:10:38 +03:00

Merge remote-tracking branch 'upstream-public/pr/1861' into development

Add Changelog entry
This commit is contained in:
Jaeden Amero
2018-08-10 11:17:14 +01:00
43 changed files with 62 additions and 52 deletions

View File

@@ -42,7 +42,7 @@ extern "C" {
#if defined(MBEDTLS_THREADING_PTHREAD)
#include <pthread.h>
typedef struct
typedef struct mbedtls_threading_mutex_t
{
pthread_mutex_t mutex;
char is_valid;