VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more places
authorRichard Levitte <levitte@openssl.org>
Wed, 19 May 2021 07:43:13 +0000 (09:43 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 May 2021 14:26:44 +0000 (16:26 +0200)
commitf14bead2c4898e484b6c01808c07edf3b61f01e9
tree61df4e55ce49e598cb6dd5e9daaa313f1f60fbc2
parent14d3bb06c9c11b3e13c64611913757c27bc057f2
VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more places

Every inclusion directory related to a library we build need these two
files.  That signals to any other module using anything from these
libraries what to expect in terms of case sensitivity as well as how
long symbol names are dealt with.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15341)
apps/include/__DECC_INCLUDE_EPILOGUE.H [new file with mode: 0644]
apps/include/__DECC_INCLUDE_PROLOGUE.H [new file with mode: 0644]
providers/common/include/prov/__DECC_INCLUDE_EPILOGUE.H [new file with mode: 0644]
providers/common/include/prov/__DECC_INCLUDE_PROLOGUE.H [new file with mode: 0644]
providers/implementations/include/prov/__DECC_INCLUDE_EPILOGUE.H [new file with mode: 0644]
providers/implementations/include/prov/__DECC_INCLUDE_PROLOGUE.H [new file with mode: 0644]