zephyr/samples/net/sockets/echo_server/src
Robert Lubos 1f1f550ad6 samples: net: echo_client/server: Fix mbed TLS dependency
All application level TLS operations should be guarded with
"#if defined(CONFIG_NET_SOCKETS_SOCKOPT_TLS)" and not mbed TLS configs
only. Otherwise, in case mbed TLS is enabled, but the sample is not
configured to use TLS (hence TLS credential library is not available
for example), the build may fail or produce spurious warnings.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-07-17 17:21:33 -04:00
..
ca.der
certificate.h
common.h
dummy_psk.h
echo-apps-cert.der
echo-apps-key.der
echo-server.c samples: net: echo_client/server: Fix mbed TLS dependency 2023-07-17 17:21:33 -04:00
server_privkey.der
server.der
tcp.c
tunnel.c samples: net: sockets: echo_server: Use conn_mgr ignore_iface 2023-05-11 12:15:44 +02:00
udp.c
usb.c
vlan.c