CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/16 07:59:10
Modified files:
usr.sbin/ntpd : constraint.c
Log message:
Remove unneeded call 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 the tls_init() call to not give the impression of it being needed.
Feedback tb
OK Tests mestre
