mbedtls: make ciphers_list a static array
Instead of allocating the ciphers_list, make it a static array. This prevents us from leaking it or having to manage its memory.
Showing
Please
register
or
sign in
to comment
Instead of allocating the ciphers_list, make it a static array. This prevents us from leaking it or having to manage its memory.