mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
add more LIBRESSL_VERSION_NUMBER checks
This commit is contained in:
@@ -279,7 +279,7 @@ dst__openssl_init(const char *engine) {
|
||||
|
||||
void
|
||||
dst__openssl_destroy(void) {
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x10100000L
|
||||
#if !defined(LIBRESSL_VERSION_NUMBER) && (OPENSSL_VERSION_NUMBER >= 0x10100000L)
|
||||
OPENSSL_cleanup();
|
||||
if (rm != NULL) {
|
||||
mem_free(rm FILELINE);
|
||||
|
Reference in New Issue
Block a user