From 193c1e2618920b92e853765ba92e68757967cbb2 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 9 Nov 2016 10:22:35 +1100 Subject: [PATCH] back port alway use a private memory pool with openssl --- lib/dns/dst_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/dst_api.c b/lib/dns/dst_api.c index 93060c002c..44af5b9bf3 100644 --- a/lib/dns/dst_api.c +++ b/lib/dns/dst_api.c @@ -135,7 +135,7 @@ static isc_result_t addsuffix(char *filename, int len, return (_r); \ } while (0); \ -#if defined(OPENSSL) && defined(BIND9) +#if defined(OPENSSL) static void * default_memalloc(void *arg, size_t size) { UNUSED(arg);