From 1bfe73d500f6127e61fcf2ffcf9b60c41cd6484e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 11 Apr 2016 18:42:52 +0200 Subject: [PATCH] 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 --- .../{__decc_include_epilogue.h => __DECC_INCLUDE_EPILOGUE.H} | 0 .../{__decc_include_prologue.h => __DECC_INCLUDE_PROLOGUE.H} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename include/openssl/{__decc_include_epilogue.h => __DECC_INCLUDE_EPILOGUE.H} (100%) rename include/openssl/{__decc_include_prologue.h => __DECC_INCLUDE_PROLOGUE.H} (100%) 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 -- 2.50.1