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>
Sun, 1 Apr 2018 16:07:38 +0000 (18:07 +0200)
commit6025c6619aa95a114a89ac3a60f8fac8abf0380a
treeec2d5f868bc743c90920fd447b4d9062e1ff9045
parentcde87deafa7486f26bdf954867a6d72ca4ea06e7
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)

(cherry picked from commit f46f69f4092768ec4b911ced45c8cc73cc008739)
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]