Edit

IABSD.fr/src/libexec

Branch :

  • Show log

    Commit

  • Author : kn
    Date : 2021-07-14 13:33:57
    Hash : fa56b7e6
    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