Hi,

Iam facing a problem when building haproxy 1.6.9 with ssl for mips_24kc
with musl 1.1.15.
Openssl was building fine, but the function "ERR_remove_state(0)" does
not exist but
ERR_remove_thread_state(0); is available.

So does anybody know whats the difference between?

--
/haproxy-1.6.9/src/ssl_sock.c

5453         ERR_remove_thread_state(0);
5454         //ERR_remove_state(0);
--

With that change ist building fine.

OpenSSL version is 1.0.2j.

cheers,
thomas

Reply via email to