mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 02:52:58 +00:00
the testing functions were re-factored so that the common code was extracted to a single static function (removing the need for unclear goto statements). As part of the re-factor the test functions now use data_t for parameters (support for this was introduced in previous rebase),