undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)
This commit is contained in:
parent
cc12975514
commit
b52f3818f4
@ -991,7 +991,7 @@ int doit_biopair(SSL *s_ssl, SSL *c_ssl, long count,
|
|||||||
do
|
do
|
||||||
{
|
{
|
||||||
size_t num;
|
size_t num;
|
||||||
size_t r;
|
int r;
|
||||||
|
|
||||||
r1 = BIO_ctrl_pending(io1);
|
r1 = BIO_ctrl_pending(io1);
|
||||||
r2 = BIO_ctrl_get_write_guarantee(io2);
|
r2 = BIO_ctrl_get_write_guarantee(io2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user