VMS: copy prologue/epilogue headers when header files are generated
authorRichard Levitte <levitte@openssl.org>
Wed, 23 Feb 2022 08:05:10 +0000 (09:05 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 25 Feb 2022 06:50:51 +0000 (07:50 +0100)
commit98b7b74122e66f63c4ec67a74e345c64a55c68db
tree328537f650f797907e968544e9bdfd7e588fb827
parent18cb1740cc0fd11940836fa2fcaf6d3634c00e90
VMS: copy prologue/epilogue headers when header files are generated

This is crucial when the build tree isn't the source tree, as they
only take effect in directories where included header files reside.

The issue only comes up when linking with the static libraries, since
the shared libraries have upper case aliases of all symbols.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/17755)
Configurations/descrip.mms.tmpl