Commit b52f3818 authored by Bodo Möller's avatar Bodo Möller
Browse files

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

parent cc129755
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);