mirror of
https://github.com/openssl/openssl.git
synced 2024-12-14 12:34:02 +08:00
Fix wrong fipsinstall key used in test
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12402)
This commit is contained in:
parent
f6f159e7a1
commit
2957150478
@ -38,7 +38,6 @@ unless ($no_fips) {
|
||||
'-out', bldtop_file('providers', 'fipsmodule.cnf'),
|
||||
'-module', $infile,
|
||||
'-provider_name', 'fips', '-mac_name', 'HMAC',
|
||||
'-macopt', 'digest:SHA256', '-macopt', 'hexkey:00',
|
||||
'-section_name', 'fips_sect'])),
|
||||
"fipsinstall");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user