X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Frecipes%2F30-test_evp.t;h=11e4b9cae90d1c7dc8b35ad4440794cd81c1900c;hp=5567cafb3e477241e25af666d536220b92e721b3;hb=4ff5b41af15ce731f03bbb43250c8ef1ed88b513;hpb=b0031e5dc2c8c99a6c04bc7625aa00d3d20a59a5 diff --git a/test/recipes/30-test_evp.t b/test/recipes/30-test_evp.t index 5567cafb3e..11e4b9cae9 100644 --- a/test/recipes/30-test_evp.t +++ b/test/recipes/30-test_evp.t @@ -67,11 +67,11 @@ push @defltfiles, @chachafiles unless disabled("chacha"); my @bffiles = qw( evpciph_bf.txt ); push @defltfiles, @bffiles unless disabled("bf"); -my @bffiles = qw( evpmd_md2.txt ); -push @defltfiles, @bffiles unless disabled("md2"); +my @md2files = qw( evpmd_md2.txt ); +push @defltfiles, @md2files unless disabled("md2"); -my @bffiles = qw( evpmd_mdc2.txt ); -push @defltfiles, @bffiles unless disabled("mdc2"); +my @mdc2files = qw( evpmd_mdc2.txt ); +push @defltfiles, @mdc2files unless disabled("mdc2"); plan tests => ($no_fips ? 0 : 1) # FIPS install test