mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +01:00
![]() The mbedtls openssl wrapper wants to use exports from mbedtls' net_sockets.c, but this is only supposed to work on *nix and windows. Typically people are using mbedtls on RTOS type platforms and to use it, net_sockets.c needs some hacking. Try to avoid that situation by porting the two exports we need into the lws plat code and call from the wrapper. |
||
---|---|---|
.. | ||
private-lib-plat-windows.h | ||
windows-fds.c | ||
windows-file.c | ||
windows-init.c | ||
windows-misc.c | ||
windows-pipe.c | ||
windows-plugins.c | ||
windows-resolv.c | ||
windows-service.c | ||
windows-sockets.c |