Skip to content

Fix the non-developer build with OpenSSL 1.0.2

Ondřej Surý requested to merge 3612-fix-mem-functions-with-openssl-1.0.2 into main

In non-developer build, a wrong condition prevented the isc__tls_malloc_ex, isc__tls_realloc_ex and isc__tls_free_ex to be defined. This was causing FTBFS on platforms with OpenSSL 1.0.2.

Closes #3612 (closed)

Merge request reports