mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 16:48:43 +00:00
By convention, in the project, functions that have a check or similar in the name return 0 if the check succeeds, non-zero otherwise. Align with this for mbedtls_ssl_chk_buf_ptr(). Signed-off-by: Ronald Cron <ronald.cron@arm.com>