[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Fri Apr 29 13:19:36 UTC 2016
The branch master has been updated
via 1bfe73d500f6127e61fcf2ffcf9b60c41cd6484e (commit)
from 842dc98705e32789bbfef230dc02ab43885d429f (commit)
- Log -----------------------------------------------------------------
commit 1bfe73d500f6127e61fcf2ffcf9b60c41cd6484e
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Apr 11 18:42:52 2016 +0200
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 <appro at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
include/openssl/{__decc_include_epilogue.h => __DECC_INCLUDE_EPILOGUE.H} | 0
include/openssl/{__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
More information about the openssl-commits
mailing list