From: Richard Levitte Date: Mon, 11 Apr 2016 16:42:52 +0000 (+0200) Subject: VMS: It seems DEC C doesn't handle certain header files quite right X-Git-Tag: OpenSSL_1_1_0-pre6~1002 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bfe73d500f6127e61fcf2ffcf9b60c41cd6484e;p=openssl VMS: It seems DEC C doesn't handle certain header files quite right With DEC C on VMS, you can use __DECC_INCLUDE_PROLOGUE.H and __DECC_INCLUDE_EPILOGUE.H to include some DEC C specific features or pragmas without having to touch the other header files. It seems, however, that the current version of the compiler requires the file names to be upcased, or it doesn't handle them quite right. Reviewed-by: Andy Polyakov --- diff --git a/include/openssl/__decc_include_epilogue.h b/include/openssl/__DECC_INCLUDE_EPILOGUE.H similarity index 100% rename from include/openssl/__decc_include_epilogue.h rename to include/openssl/__DECC_INCLUDE_EPILOGUE.H diff --git a/include/openssl/__decc_include_prologue.h b/include/openssl/__DECC_INCLUDE_PROLOGUE.H similarity index 100% rename from include/openssl/__decc_include_prologue.h rename to include/openssl/__DECC_INCLUDE_PROLOGUE.H