public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: s_time uses tm_ctx.
@ 2026-06-09 12:42 Tomas Mraz
  0 siblings, 0 replies; only message in thread
From: Tomas Mraz @ 2026-06-09 12:42 UTC (permalink / raw)
  To: git-commits

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);
 +			}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-09 12:42 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:42 [rpms/openssl] rebase_40beta: s_time uses tm_ctx Tomas Mraz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox