mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:29:59 -04:00
back port alway use a private memory pool with openssl
This commit is contained in:
parent
8176815e04
commit
193c1e2618
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue