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:
parent
1473ddcc65
commit
c38b145b89
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user