diff --git a/config/software/openssl.rb b/config/software/openssl.rb index cfae36ef2..45325eafc 100644 --- a/config/software/openssl.rb +++ b/config/software/openssl.rb @@ -1,5 +1,5 @@ # -# Copyright:: Chef Software Inc. +# Copyright:: Copyright (c) Chef Software Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -81,7 +81,7 @@ ] # https://www.openssl.org/blog/blog/2021/09/13/LetsEncryptRootCertExpire/ - configure_args += [ "-DOPENSSL_TRUSTED_FIRST_DEFAULT" ] if version.satisfies?("> 1.0.2zb") && version.satisfies?("< 1.1.0") + configure_args += [ "-DOPENSSL_TRUSTED_FIRST_DEFAULT" ] if version.satisfies?(">= 1.0.2zb") && version.satisfies?("< 1.1.0") configure_args += ["--with-fipsdir=#{install_dir}/embedded", "fips"] if fips_mode?