mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '3612-fix-mem-functions-with-openssl-1.0.2' into 'main'
Fix the non-developer build with OpenSSL 1.0.2 Closes #3612 See merge request isc-projects/bind9!6952
This commit is contained in:
commit
edb0e756bc
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ isc__tls_free_ex(void *ptr, const char *file, int line) {
|
|||
isc__mem_free(isc__tls_mctx, ptr, 0, file, (unsigned int)line);
|
||||
}
|
||||
|
||||
#elif OPENSSL_VERSION_NUMBER >= 0x10100000L
|
||||
#else /* ISC_MEM_TRACKLINES */
|
||||
|
||||
static void *
|
||||
isc__tls_malloc_ex(size_t size, const char *file, int line) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue