back port alway use a private memory pool with openssl

This commit is contained in:
Mark Andrews 2016-11-09 10:22:35 +11:00
parent 8176815e04
commit 193c1e2618

View file

@ -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);