mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 23:08:42 +00:00
Some tests in ssl-opt.sh require MBEDTLS_SSL_MAX_CONTENT_LEN to be set to its default value of 16384 to succeed. While ideally such a dependency should not exist, as a short-term remedy this commit adds a small check that will at least lead to graceful exit if that assumption is violated.