Author :
tb
Date :
2026-04-16 07:28:00
Hash :ddea2ef3 Message :libtls: prefer x version of error setting
If a check fails and errno is not necessarily set by the previous API call
use tls_set_errorx() or tls_error_setx() since turning an unrelated errno
into an error string is unhelpful.
From Michael Forney
ok bcook