undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)
authorBodo Möller <bodo@openssl.org>
Mon, 29 Apr 2002 11:03:06 +0000 (11:03 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 29 Apr 2002 11:03:06 +0000 (11:03 +0000)
ssl/ssltest.c

index 1d9b30d78aa96127dfc224951dabd765019865d3..1afdfa7750b500836d2cb609c74fc669c2a7318c 100644 (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);