1
0
Fork 0
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:
Orefkov Aleksander 2021-10-12 17:18:01 +03:00 committed by Andy Green
parent 15513d1ee4
commit 1274ea03c0

View file

@ -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)