Hi again,

In OpenSSL 1.0.0 Beta 3 this macro definition in openssl/bio.h:

#define BIO_get_conn_int_port(b) BIO_int_ctrl(b,BIO_C_GET_CONNECT,3)

is passing to few arguments to BIO_int_ctrl, and fails on compile.

Should probably be:
#define BIO_get_conn_int_port(b) BIO_int_ctrl(b,BIO_C_GET_CONNECT,3,0)

Brgds,
Viktor Szakats

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to