public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: Add missing part of the asynciotest patch.
@ 2026-06-09 12:43 Tomas Mraz
0 siblings, 0 replies; only message in thread
From: Tomas Mraz @ 2026-06-09 12:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openssl
Branch : rebase_40beta
Commit : 21909a4d4c7e31d4f9a9a52bf6baae72bda806e5
Author : Tomas Mraz <tmraz@fedoraproject.org>
Date : 2016-11-30T15:54:12+01:00
Stats : +18/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openssl/c/21909a4d4c7e31d4f9a9a52bf6baae72bda806e5?branch=rebase_40beta
Log:
Add missing part of the asynciotest patch.
---
diff --git a/openssl-1.1.0-sslread-revert.patch b/openssl-1.1.0-sslread-revert.patch
index aa2af9a..aae3922 100644
--- a/openssl-1.1.0-sslread-revert.patch
+++ b/openssl-1.1.0-sslread-revert.patch
@@ -190,6 +190,24 @@ diff --git a/test/asynciotest.c b/test/asynciotest.c
index 0d382d7..133e3d5 100644
--- a/test/asynciotest.c
+++ b/test/asynciotest.c
+@@ -85,7 +85,7 @@ static int async_free(BIO *bio)
+ static int async_read(BIO *bio, char *out, int outl)
+ {
+ struct async_ctrs *ctrs;
+- int ret = 0;
++ int ret = -1;
+ BIO *next = BIO_next(bio);
+
+ if (outl <= 0)
+@@ -120,7 +120,7 @@ static int async_read(BIO *bio, char *ou
+ static int async_write(BIO *bio, const char *in, int inl)
+ {
+ struct async_ctrs *ctrs;
+- int ret = 0;
++ int ret = -1;
+ size_t written = 0;
+ BIO *next = BIO_next(bio);
+
@@ -297,32 +297,59 @@ int main(int argc, char *argv[])
* we hit at least one async event in both reading and writing
*/
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 12:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 12:43 [rpms/openssl] rebase_40beta: Add missing part of the asynciotest patch Tomas Mraz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox