openssl/SOURCES/1000-replace-upstream-references.patch

30 lines
1.1 KiB
Diff

From a194940b0fc62054430ca36b2bcec473a56745a1 Mon Sep 17 00:00:00 2001
From: rpm-build <rpm-build>
Date: Thu, 7 Jul 2022 08:53:21 -0700
Subject: [PATCH] Replace upstream references
Orabug: 34340177
Signed-off-by: Darren Archibald <darren.archibald@oracle.com>
Reviewed-by: Laurence Rochfort <laurence.rochfort@oracle.com>
---
apps/fipsinstall.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/fipsinstall.c b/apps/fipsinstall.c
index e978057..67d6957 100644
--- a/apps/fipsinstall.c
+++ b/apps/fipsinstall.c
@@ -311,7 +311,7 @@ int fipsinstall_main(int argc, char **argv)
EVP_MAC *mac = NULL;
CONF *conf = NULL;
- BIO_printf(bio_err, "This command is not enabled in the Red Hat Enterprise Linux OpenSSL build, please consult Red Hat documentation to learn how to enable FIPS mode\n");
+ BIO_printf(bio_err, "This command is not enabled in the Oracle Linux OpenSSL build, please consult Oracle Linux documentation to learn how to enable FIPS mode\n");
return 1;
if ((opts = sk_OPENSSL_STRING_new_null()) == NULL)
--
2.27.0