Skip to content

Commit e8fcc2d

Browse files
committed
Make the default openssl 1.0.2v
This was missed at some point Signed-off-by: Tim Smith <tsmith@chef.io>
1 parent 2c315d2 commit e8fcc2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/software/openssl.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
dependency "cacerts"
2424
dependency "openssl-fips" if fips_mode?
2525

26-
default_version "1.0.2u"
26+
default_version "1.0.2v"
2727

2828
# OpenSSL source ships with broken symlinks which windows doesn't allow.
2929
# Skip error checking.
@@ -76,6 +76,7 @@
7676

7777
configure_args = [
7878
"--prefix=#{install_dir}/embedded",
79+
"no-unit-test",
7980
"no-comp",
8081
"no-idea",
8182
"no-mdc2",

0 commit comments

Comments
 (0)