mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
added use IO::File; to 15-test_ml_kem_codecs.t
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)
This commit is contained in:
parent
6a6ce4c1f3
commit
39229d93d5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user