undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)
This commit is contained in:
parent
cc12975514
commit
b52f3818f4
1 changed files with 1 additions and 1 deletions
|
@ -991,7 +991,7 @@ int doit_biopair(SSL *s_ssl, SSL *c_ssl, long count,
|
|||
do
|
||||
{
|
||||
size_t num;
|
||||
size_t r;
|
||||
int r;
|
||||
|
||||
r1 = BIO_ctrl_pending(io1);
|
||||
r2 = BIO_ctrl_get_write_guarantee(io2);
|
||||
|
|
Loading…
Reference in a new issue