undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)

This commit is contained in:
Bodo Möller 2002-04-29 11:03:06 +00:00
parent cc12975514
commit b52f3818f4

View file

@ -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);