mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
mbedtls: windows: add define to be compatible with the latest versions of mbedtls
This commit is contained in:
parent
00b922041b
commit
413ce239cd
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
#ifndef _WINSOCK_DEPRECATED_NO_WARNINGS
|
||||
#define _WINSOCK_DEPRECATED_NO_WARNINGS
|
||||
#endif
|
||||
#define MBEDTLS_ALLOW_PRIVATE_ACCESS
|
||||
#include "private-lib-core.h"
|
||||
|
||||
#if defined(LWS_WITH_MBEDTLS)
|
||||
|
|
Loading…
Add table
Reference in a new issue