VMS: More header inclusion compensation for VMS C compiler
[openssl.git] / 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