CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2021/07/14 07:33:57

Modified files:
        libexec/spamd  : spamd.c 
        usr.bin/ftp    : main.c 
        usr.sbin/httpd : server.c 
        usr.sbin/ocspcheck: http.c 
        usr.sbin/smtpd : smtpc.c smtpd.c 
        usr.sbin/syslogd: syslogd.c 
        usr.sbin/relayd: config.c 
        usr.sbin/ldapd : ldapd.c 
        usr.sbin/acme-client: http.c 

Log message:
Remove unneeded calls to tls_init(3)

As per the manual and lib/libtls/tls.c revision 1.79 from 2018
"Automatically handle library initialisation for libtls." initialisation
is handled automatically by other tls_*(3) functions.

Remove explicit tls_init() calls from base to not give the impression of
it being needed.

Feedback tb
OK Tests mestre

Reply via email to