CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/29 04:08:55
Modified files:
usr.sbin/smtpd : ssl.c ssl.h ssl_smtpd.c
Log message:
It is only required to load the keys and certs into the same SSL
context once. Simplify the code path by moving the loading from three
different places into ssl_ctx_create():
ok gilles@
