1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/tls/mbedtls/wrapper/library
Andy Green 3c663da99e rtos diet: mbedtls: wrapper: delete unused functions
Surprisingly -fdata-sections -ffunction-sections does not remove any string literals and __func__
implicit .rodata generated by the removed function's compilation.

That means potentially considerable deadweight is in the image even if the function is removed
at linktime.
2020-03-04 11:00:04 +00:00
..
ssl_cert.c tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_lib.c rtos diet: mbedtls: wrapper: delete unused functions 2020-03-04 11:00:04 +00:00
ssl_methods.c tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_pkey.c tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_stack.c tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00
ssl_x509.c tls: lws_system per-connection client certs 2019-12-09 14:48:54 +00:00