mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)
This commit is contained in:
parent
cc12975514
commit
b52f3818f4
@ -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 New Issue
Block a user