mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
Diverse small VMS build fixups
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24008)
(cherry picked from commit 1a4b029af5)
This commit is contained in:
committed by
Tomas Mraz
parent
089271601a
commit
a19553cd87
@@ -239,7 +239,7 @@
|
||||
# from these directories.
|
||||
push @{$unified_info{includes_extra}->{$obj}}, qw(./quic);
|
||||
}
|
||||
foreach (grep /\[\.ssl\.(?:quic|record|statem)\].*?\.o$/, keys %{$unified_info{sources}}) {
|
||||
foreach (grep /\[\.ssl\.(?:quic|record|statem|rio)\].*?\.o$/, keys %{$unified_info{sources}}) {
|
||||
my $obj = platform->obj($_);
|
||||
# Most of the files in [.ssl.record] and [.ssl.statem] include
|
||||
# "../ssl_local.h", which includes things like "record/record.h".
|
||||
|
||||
Reference in New Issue
Block a user