CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2015/01/30 07:00:55
Modified files: usr.sbin/syslogd: evbuffer_tls.c Log message: Start TLS after the TCP connect has finished. Call the TLS connect callback when the connected socket is writable. This avoids calling a NULL error callback. OK deraadt@