CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/16 01:28:00
Modified files:
lib/libtls : tls.c tls_client.c tls_keypair.c tls_ocsp.c
tls_server.c
Log 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
