Revert "provide RHEL/Fedora-compatible openssl3 FIPS config"

This reverts commit e2c90fde3c.
This commit is contained in:
Dan Horák 2022-05-16 13:44:24 +00:00
parent 67edb2060f
commit cb5d7cb183

View File

@ -54,17 +54,6 @@ sh ./bootstrap.sh
%endif %endif
%make_build %make_build
%if %{with_fips}
%if 0%{?fedora} >= 36 || 0%{?rhel} >= 9
# provide RHEL/Fedora-compatible openssl3 FIPS config
cat > src/openssl3-fips.cnf << EOF
openssl_conf = openssl_init
[openssl_init]
EOF
%endif
%endif
%install %install
%make_install %make_install