1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/plat
Andy Green be32d0554e mbedtls: attempt to remove dependency on net_sockets.c
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.
2020-03-27 13:24:44 +00:00
..
freertos mbedtls: attempt to remove dependency on net_sockets.c 2020-03-27 13:24:44 +00:00
optee mbedtls: attempt to remove dependency on net_sockets.c 2020-03-27 13:24:44 +00:00
unix mbedtls: attempt to remove dependency on net_sockets.c 2020-03-27 13:24:44 +00:00
windows mbedtls: attempt to remove dependency on net_sockets.c 2020-03-27 13:24:44 +00:00