mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user