CVSROOT:        /cvs
Module name:    src
Changes by:     e...@cvs.openbsd.org    2012/09/14 13:22:04

Modified files:
        usr.sbin/smtpd : smtp_session.c smtpd.h ssl.c 

Log message:
Remove s_ssl from the smtp session since it is duplicated in the io struct.
Change ssl_session_init to ssl_smtp_init and make it simpler:  only create
an SSL* from the SSL_CTX* passed as parameter, so it does not have to know
about the struct session itself.  Kill some dead prototypes while there.

ok chl@ gilles@

Reply via email to