Fix wrong fipsinstall key used in test
authorShane Lontis <shane.lontis@oracle.com>
Thu, 9 Jul 2020 13:04:02 +0000 (23:04 +1000)
committerMatt Caswell <matt@openssl.org>
Thu, 9 Jul 2020 15:43:18 +0000 (16:43 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12402)

test/recipes/30-test_evp_libctx.t

index 8fcc71a1cd789530f18d356d23f7f8bc82afa006..0d0a7629006ae59f0b74fa5ee4d0ee5fa72a2ffb 100644 (file)
@@ -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");
 }