Skip to content

Commit

Permalink
Remove - from -enable_fips
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <thomas.powell@progress.com>
  • Loading branch information
tpowell-progress committed Apr 22, 2024
1 parent 99965d0 commit 85ec02c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/software/openssl.rb
Expand Up @@ -74,6 +74,7 @@

build do
env = with_standard_compiler_flags(with_embedded_path)

if aix?
env["M4"] = "/opt/freeware/bin/m4"
elsif mac_os_x? && arm?
Expand Down Expand Up @@ -110,7 +111,7 @@
if version.satisfies?("< 3.0.0")
configure_args += ["--with-fipsdir=#{install_dir}/embedded", "fips"] if fips_mode?
else
configure_args += ["-enable-fips"] if fips_mode?
configure_args += ["enable-fips"] if fips_mode?
end

configure_cmd =
Expand Down

0 comments on commit 85ec02c

Please sign in to comment.