mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
This commit modifies the example programs ssl_client2 and ssl_server2 to allocate various structures on the heap instead of the stack. This allows more fine-grained memory usage tracking via valgrind massif.