From: Richard Levitte Date: Mon, 4 Sep 2023 20:09:27 +0000 (+0200) Subject: VMS: More header inclusion compensation for VMS C compiler X-Git-Tag: openssl-3.2.0-alpha1~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0f4976ac634e8c74231e45f865457edab834324;p=thirdparty%2Fopenssl.git VMS: More header inclusion compensation for VMS C compiler Reviewed-by: Dmitry Belyavskiy Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/21959) --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index 7453a72b3fe..828e1e91fbb 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -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