3 lines
60 B
C++
3 lines
60 B
C++
typedef struct {
|
|
void *mutex;
|
|
} mbedtls_threading_mutex_t;
|
typedef struct {
|
|
void *mutex;
|
|
} mbedtls_threading_mutex_t;
|