提交 2de62540 编写于 作者: B Bodo Möller

Use same name in the definition as in the header file declaration :-/

(the extra "get" makes the name quite long, but otherwise it'd sound
as if you could request something rather than obtain information
about what the peer did).
上级 56f74f2e
......@@ -576,7 +576,7 @@ size_t BIO_ctrl_get_write_guarantee(BIO *bio)
return BIO_ctrl(bio, BIO_C_GET_WRITE_GUARANTEE, 0, NULL);
}
size_t BIO_ctrl_read_request(BIO *bio)
size_t BIO_ctrl_get_read_request(BIO *bio)
{
return BIO_ctrl(bio, BIO_C_GET_READ_REQUEST, 0, NULL);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册