CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2021/07/07 01:28:56

Modified files:
        libexec/spamd  : spamd.c 

Log message:
Hoist whole TLS initialization instead of loading the cert/key into memory first
and setting them up later on, nowadays it's possible to do both steps in just
one go through tls_config_set_{cert,key}_file(3) so use it and then init TLS.
No functional change.

OK kn@

Reply via email to