mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04: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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue