Skip to content

Commit

Permalink
Merge pull request #1919 from chef/shahid/openssl-fix
Browse files Browse the repository at this point in the history
openssl fix for chef-server build issues
  • Loading branch information
poorndm committed Jul 12, 2024
2 parents 6f786b8 + 7fc78d4 commit ca4f96b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@
license "OpenSSL"
license_file "LICENSE"
skip_transitive_dependency_licensing true
default_version "1.0.2zg" # do_not_auto_update

dependency "cacerts"
dependency "openssl-fips" if fips_mode? && !(version.satisfies?(">= 3.0.0"))

default_version "1.0.2zg" # do_not_auto_update

# Openssl builds engines as libraries into a special directory. We need to include
# that directory in lib_dirs so omnibus can sign them during macOS deep signing.
lib_dirs lib_dirs.concat(["#{install_dir}/embedded/lib/engines"])
Expand Down

0 comments on commit ca4f96b

Please sign in to comment.