CryptoPkg/OpensslLib: Add "sort" keyword to header file parsing loop
This prevents the .inf files from being randomized after every run of process_files.pl. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Xiaoyu Lu <xiaoyux.lu@intel.com> Signed-off-by: Christopher J Zurcher <christopher.j.zurcher@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
4249278aa6
commit
c72ca46668
@@ -53,7 +53,7 @@ BEGIN {
|
||||
"no-async",
|
||||
"no-autoalginit",
|
||||
"no-autoerrinit",
|
||||
"no-autoload-config",
|
||||
"no-autoload-config",
|
||||
"no-bf",
|
||||
"no-blake2",
|
||||
"no-camellia",
|
||||
@@ -157,7 +157,7 @@ foreach my $product ((@{$unified_info{libraries}},
|
||||
# Update the perl script to generate the missing header files
|
||||
#
|
||||
my @dir_list = ();
|
||||
for (keys %{$unified_info{dirinfo}}){
|
||||
for (sort keys %{$unified_info{dirinfo}}){
|
||||
push @dir_list,$_;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user