VMS: More header inclusion compensation for VMS C compiler

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/21959)
This commit is contained in:
Richard Levitte 2023-09-04 22:09:27 +02:00
parent 852438adc0
commit e0f4976ac6

View file

@ -275,7 +275,8 @@
}
foreach (grep /\[\.test\.helpers\].*?\.o$/, keys %{$unified_info{sources}}) {
my $obj = platform->obj($_);
push @{$unified_info{includes_extra}->{$obj}}, qw(../../ssl);
push @{$unified_info{includes_extra}->{$obj}},
qw(../../ssl ../../ssl/quic);
}
# This makes sure things get built in the order they need