Skip to content

Commit

Permalink
Updating freebsd to omit the devcrypto engine which is currently brea…
Browse files Browse the repository at this point in the history
…king

Signed-off-by: John <[email protected]>
  • Loading branch information
johnmccrae committed Jun 21, 2024
1 parent 28c9c9f commit dce330b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
"shared",
]

configure_args += "no-devcryptoeng" if freebsd?

configure_args += ["--libdir=#{install_dir}/embedded/lib"] if version.satisfies?(">=3.0.1")

# https://www.openssl.org/blog/blog/2021/09/13/LetsEncryptRootCertExpire/
Expand Down

0 comments on commit dce330b

Please sign in to comment.