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:
Ondřej Surý 2022-10-19 12:42:20 +00:00
commit edb0e756bc

View file

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