mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 11:32:58 +00:00
Limit log output in compat.sh and ssl-opt.sh, in case of failures with these scripts where they may output seemingly unlimited length error logs. Note that ulimit -f uses units of 512 bytes, so we use 10 * 1024 * 1024 * 2 to get 10 GiB.