From: Alex Prabhat Bara Date: Thu, 27 Mar 2025 10:12:07 +0000 (+0530) Subject: added use IO::File; to 15-test_ml_kem_codecs.t X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39229d93d53806fff98108f4bfdb228fef6546e3;p=thirdparty%2Fopenssl.git added use IO::File; to 15-test_ml_kem_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) --- diff --git a/test/recipes/15-test_ml_kem_codecs.t b/test/recipes/15-test_ml_kem_codecs.t index eaa9b2cad1e..bebb8b8e851 100644 --- a/test/recipes/15-test_ml_kem_codecs.t +++ b/test/recipes/15-test_ml_kem_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;