VMS: Copy DECC inclusion epi- and prologues to internals
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Apr 2017 08:14:03 +0000 (10:14 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Apr 2017 11:10:06 +0000 (13:10 +0200)
commitf46f69f4092768ec4b911ced45c8cc73cc008739
tree0f6f47170acea34117a74ca94b1bd2a884b7cb34
parent424aa352458486d67e1e9cd3d3990dc06a60ba4a
VMS: Copy DECC inclusion epi- and prologues to internals

Because many of our test programs use internal headers, we need to make
sure they know how, exactly, to mangle the symbols.  So far, we've done
so by specifying it in the affected test programs, but as things change,
that will develop into a goose chase.  Better then to declare once and
for all how symbols belonging in our libraries are meant to be treated,
internally as well as publically.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3259)
crypto/include/internal/__DECC_INCLUDE_EPILOGUE.H [new file with mode: 0644]
crypto/include/internal/__DECC_INCLUDE_PROLOGUE.H [new file with mode: 0644]
include/internal/__DECC_INCLUDE_EPILOGUE.H [new file with mode: 0644]
include/internal/__DECC_INCLUDE_PROLOGUE.H [new file with mode: 0644]