2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-28 21:17:54 +00:00

Remove OPENSSL_cleanup() call as we cannot recover from that, it will be called via atexit mechanism automatically

This commit is contained in:
Ondřej Surý 2018-10-26 03:27:56 +00:00 committed by Evan Hunt
parent 1473ddcc65
commit c38b145b89

View File

@ -223,8 +223,6 @@ dst__openssl_destroy(void) {
isc_mem_free(dst__mctx, locks);
locks = NULL;
}
#else
OPENSSL_cleanup();
#endif
isc_mem_detach(&dst__mctx);
}