Remove unneeded call to tls_init(3)
authorkn <kn@openbsd.org>
Fri, 16 Jul 2021 13:59:10 +0000 (13:59 +0000)
committerkn <kn@openbsd.org>
Fri, 16 Jul 2021 13:59:10 +0000 (13:59 +0000)
commit5df3046617230a0a96da4dbc61fd401114998949
tree9badc868cd060050a7efa3524afbf6d5caa064b0
parent06bcb7857ebd69ce91a10703693e207d34805f33
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
usr.sbin/ntpd/constraint.c