From a194940b0fc62054430ca36b2bcec473a56745a1 Tue 30 Apr 00:00:00 2001 From: rpm-build Date: Tue, 30 Apr 2024 11:58:21 -0700 Subject: [PATCH] Replace upstream references Orabug: 36569119 Signed-off-by: John McWalters Reviewed-by: Laurence Rochfort diff --git a/CryptoPkg/Library/OpensslLib/openssl/apps/fipsinstall.c b/CryptoPkg/Library/OpensslLib/openssl/apps/fipsinstall.c index e978057..67d6957 100644 --- a/CryptoPkg/Library/OpensslLib/openssl/apps/fipsinstall.c +++ b/CryptoPkg/Library/OpensslLib/openssl/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)