mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +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);
|
isc_mem_free(dst__mctx, locks);
|
||||||
locks = NULL;
|
locks = NULL;
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
OPENSSL_cleanup();
|
|
||||||
#endif
|
#endif
|
||||||
isc_mem_detach(&dst__mctx);
|
isc_mem_detach(&dst__mctx);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user