mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-24 12:58:43 +00:00
In case of argument change, freeing everything is not the most efficient (wastes one free()+calloc()) but makes the code simpler, which is probably more important here