From: Alex Prabhat Bara Date: Thu, 27 Mar 2025 10:11:31 +0000 (+0530) Subject: added use IO::File; 15-test_ml_dsa_codecs.t X-Git-Tag: openssl-3.5.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4abb4a2891576d6cdf221e46225110829d2353b7;p=thirdparty%2Fopenssl.git added use IO::File; 15-test_ml_dsa_codecs.t CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Tim Hudson Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27176) (cherry picked from commit 6a6ce4c1f3d3ceee77ad8787d9786d4af896b72d) --- diff --git a/test/recipes/15-test_ml_dsa_codecs.t b/test/recipes/15-test_ml_dsa_codecs.t index 527e39daf0a..3c1e9e1bbcd 100644 --- a/test/recipes/15-test_ml_dsa_codecs.t +++ b/test/recipes/15-test_ml_dsa_codecs.t @@ -13,6 +13,7 @@ use warnings; use File::Spec; use File::Copy; use File::Compare qw/compare_text compare/; +use IO::File; use OpenSSL::Glob; use OpenSSL::Test qw/:DEFAULT data_file srctop_file bldtop_dir/; use OpenSSL::Test::Utils;