Commit 2a60fccd authored by Richard Levitte's avatar Richard Levitte
Browse files

Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrl



BIO_int_ctrl isn't made for the purpose BIO_get_conn_int_port used it
for.

This also changes BIO_C_GET_CONNECT to actually return the port
instead of assigning it to a pointer that was never returned back to
the caller.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent f6cadeee
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment