Commits
Andris Mednis authored e541ae646b5
...G...PS. [ZBXNEXT-1263] fixed bugs in crypto libraries initialization, other improvements
- added 'init_done' flag to prevent calling GnuTLS and OpenSSL deinitialization
if initialization was not finished (interrupted by signal). With GnuTLS this caused crash.
- added functions zbx_tls_library_init() and zbx_tls_library_deinit(),
- added/modified debug logging of crypto library versions,
- removed debug logging from zbx_tls_init_parent() - the function is trivial.