]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
VMS: More header inclusion compensation for VMS C compiler
authorRichard Levitte <levitte@openssl.org>
Mon, 4 Sep 2023 20:09:27 +0000 (22:09 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 5 Sep 2023 07:49:19 +0000 (09:49 +0200)
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)

Configurations/descrip.mms.tmpl

index 7453a72b3febc7420e3152a8bfc9e4dffce75f2b..828e1e91fbb26b348d8e6d40af79770308d67935 100644 (file)
   }
   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