Hi,

This patch compiles out BIO_socket_nbio() and the body of
BIO_new_ssl_connect() if OPENSSL_NO_SOCK is set.

* BIO_socket_nbio() looks like its author forgot to put it in the #ifndef block.

* BIO_new_ssl_connect() calls BIO_s_connect() which is compiled out by
OPENSSL_NO_SOCK. It makes the linker on Solaris error out.

I would appreciate it if you could land this patch.

Thanks,

Ben Noordhuis

Attachment: 0001-fix-DOPENSSL_NO_SOCK-on-sunos.patch
Description: Binary data

Reply via email to