From: Bodo Möller Date: Mon, 29 Apr 2002 11:03:06 +0000 (+0000) Subject: undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere) X-Git-Tag: BEFORE_COMPAQ_PATCH~42 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=b52f3818f40eedc0da40a9b303bdf7ca3da81633 undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere) --- diff --git a/ssl/ssltest.c b/ssl/ssltest.c index 1d9b30d78a..1afdfa7750 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c @@ -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);