]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
added use IO::File; to 15-test_ml_kem_codecs.t
authorAlex Prabhat Bara <alexpbara@gmail.com>
Thu, 27 Mar 2025 10:12:07 +0000 (15:42 +0530)
committerTomas Mraz <tomas@openssl.org>
Fri, 28 Mar 2025 12:49:15 +0000 (13:49 +0100)
CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27176)

test/recipes/15-test_ml_kem_codecs.t

index eaa9b2cad1e95cdcee61b30741e4d343e017ca98..bebb8b8e851bdcef7452b3cdd05be7537b958458 100644 (file)
@@ -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;