CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/16 01:29:53
Modified files:
lib/libtls : tls_keypair.c
Log message:
libtls: use tls_error_setx() after BIO_new_mem_buf()
This is the only place where tls_error_set() was used. While the new length
check now guarantees that the failure is due to ENOMEM, this info does not
add value.
>From Michael Forney
ok bcook
