CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/05/17 10:32:58
Modified files:
usr.sbin/smtpd : ssl.c
Log message:
somehow a previous sync with relayd missed one line...
if a ssl_connect() call needs to retry because of SSL_WANT_READ or
SSL_WANT_WRITE, set the proper event flag instead of keeping the default
one which is both read and write.
