CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/16 01:33:11
Modified files:
lib/libtls : tls_config.c
Log message:
libtls: use TLS_ERROR_OUT_OF_MEMORY after malloc failure
tls_config_load_file() hat a spot that used TLS_ERROR_UNKNOWN, so switch
that to the usual error code. Use tls_error_setx() since strerror(ENOMEM)
adds nothing.
>From Michael Forney
ok bcook
