It is only required to load the keys and certs into the same SSL
authorreyk <reyk@openbsd.org>
Tue, 29 Apr 2014 10:08:55 +0000 (10:08 +0000)
committerreyk <reyk@openbsd.org>
Tue, 29 Apr 2014 10:08:55 +0000 (10:08 +0000)
commit20ee361142330c9ed59bca31f57825701533b9f1
tree6f0bf7d5f9b9d8c6d26dd11ba2350ab56d589129
parent7e7af891c18d17a4e454e80253e6b0d789f83832
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@
usr.sbin/smtpd/ssl.c
usr.sbin/smtpd/ssl.h
usr.sbin/smtpd/ssl_smtpd.c