Skip to content

Commit

Permalink
Update 10-main.conf
Browse files Browse the repository at this point in the history
Call OPENSSL_cpuid_setup while loading fips provider so that the value of OPENSSL_ppccap_P global varaible gets set with hardware capabilities

CLA: trivial

Borrowed from #24399 to test whether it is the issue
  • Loading branch information
sanumesh authored and ZenithalHourlyRate committed May 15, 2024
1 parent 967078b commit e3e6b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations/10-main.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ my %targets = (
module_ldflags => "-Wl,-G,-bsymbolic,-bnoentry",
shared_ldflag => "-Wl,-G,-bsymbolic,-bnoentry",
shared_defflag => "-Wl,-bE:",
shared_fipsflag => "-Wl,-binitfini:_init:_cleanup",
shared_fipsflag => "-Wl,-binitfini:_init:_cleanup -Wl,-binitfini:OPENSSL_cpuid_setup:_cleanup",
perl_platform => 'AIX',
},
"aix-gcc" => {
Expand Down

0 comments on commit e3e6b12

Please sign in to comment.