Commit 9e002cd54b855c078379819b39dfaf9d9d8bf54a

Edward Thomson 2018-07-21T01:11:58

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.