Skip to content

Commit

Permalink
Merge pull request puppetlabs#673 from tvpartytonight/PA-5409
Browse files Browse the repository at this point in the history
(PA-5409) Update Configure flags for openssl3
  • Loading branch information
joshcooper authored May 23, 2023
2 parents 2fe9162 + 3eb75bd commit c3092a2
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions configs/components/openssl-3.0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,26 @@
'--libdir=lib',
"--openssldir=#{settings[:prefix]}/ssl",
'shared',
'no-asm',
'no-gost',
target,
sslflags,
'no-camellia',
'no-ec2m',
'no-md2',
'no-ssl3'
'no-ssl3',
'no-ssl3-method',
'no-dtls1-method',
'no-dtls1_2-method',
'no-aria',
'no-bf',
'no-cast',
'no-rc2',
'no-rc5',
'no-md4',
'no-mdc2',
'no-rmd160',
'no-whirlpool',
'no-legacy'
]

# Individual projects may provide their own openssl configure flags:
Expand Down

0 comments on commit c3092a2

Please sign in to comment.