]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
added use IO::File; 15-test_ml_dsa_codecs.t
authorAlex Prabhat Bara <alexpbara@gmail.com>
Thu, 27 Mar 2025 10:11:31 +0000 (15:41 +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_dsa_codecs.t

index 527e39daf0a717123ca9081206be860a494ada85..3c1e9e1bbcd4c42b38ace1a504c9924d894d147c 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;