public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tomas Mraz <tmraz@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/openssl] rebase_40beta: Add missing part of the asynciotest patch.
Date: Tue, 09 Jun 2026 12:43:56 GMT	[thread overview]
Message-ID: <178100903669.1.3987743012502910878.rpms-openssl-21909a4d4c7e@fedoraproject.org> (raw)

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
           */

                 reply	other threads:[~2026-06-09 12:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178100903669.1.3987743012502910878.rpms-openssl-21909a4d4c7e@fedoraproject.org \
    --to=tmraz@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox