CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2016/11/03 04:05:32
Modified files: lib/libtls : tls.c tls_internal.h Log message: Only set an error from libssl related code, if an error has not already been set by libtls code. This avoids the situation where a libtls callback has set an error, only to have it replaced by a less useful libssl based error. ok beck@