CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2015/09/09 08:32:06
Modified files: lib/libtls : tls_client.c tls_server.c Log message: Only take ownership of a socket if we allocated it within libtls. If we are passed a socket then the caller is responsible for closing it. ok bcook@