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: s_time uses tm_ctx.
Date: Tue, 09 Jun 2026 12:42:46 GMT	[thread overview]
Message-ID: <178100896677.1.5831993534474640542.rpms-openssl-728b1133e04b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/openssl
Branch : rebase_40beta
Commit : 728b1133e04b80461a60cffae90100abcba75720
Author : Tomas Mraz <tmraz@fedoraproject.org>
Date   : 2012-12-07T10:01:17+01:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/openssl/c/728b1133e04b80461a60cffae90100abcba75720?branch=rebase_40beta

Log:
s_time uses tm_ctx.

---
diff --git a/openssl-1.0.1c-default-paths.patch b/openssl-1.0.1c-default-paths.patch
index 236d1db..364128d 100644
--- a/openssl-1.0.1c-default-paths.patch
+++ b/openssl-1.0.1c-default-paths.patch
@@ -84,14 +84,14 @@ diff -up openssl-1.0.1c/apps/s_time.c.default-paths openssl-1.0.1c/apps/s_time.c
 -		/* BIO_printf(bio_err,"error setting default verify locations\n"); */
 -		ERR_print_errors(bio_err);
 -		/* goto end; */
-+		if (!SSL_CTX_set_default_verify_paths(ctx))
++		if (!SSL_CTX_set_default_verify_paths(tm_ctx))
 +			{
 +			ERR_print_errors(bio_err);
 +			}
 +		}
 +	else
 +		{
-+		if (!SSL_CTX_load_verify_locations(ctx,CAfile,CApath))
++		if (!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath))
 +			{
 +			ERR_print_errors(bio_err);
 +			}

                 reply	other threads:[~2026-06-09 12:42 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=178100896677.1.5831993534474640542.rpms-openssl-728b1133e04b@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