VMS: turn on name mangling for all our programs
authorRichard Levitte <levitte@openssl.org>
Thu, 13 Sep 2018 15:02:53 +0000 (17:02 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 14 Sep 2018 09:00:38 +0000 (11:00 +0200)
commit2935f6241c3a1f0dc6c7a6e0a95da4bc5f35439b
treeaa660ff3a80508a652f78bd6fde182d9ff162f69
parentc40af30ec5b8ef30be870ad734fc8bf9caeeafc2
VMS: turn on name mangling for all our programs

With the change to have separate object files by intent, VMS name
mangling gets done differently.  While we previously had that for
libraries only, we must now turn that on generally for our programs,
because some of them depend in internal libraries where mangled names
are all that there is.

Dynamic modules are still built with non-mangled names, which is good
enough to show that it's possible to build with our public libraries
using our public headers.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7208)
Configurations/10-main.conf
test/cipher_overhead_test.c
test/curve448_internal_test.c
test/ssl_cert_table_internal_test.c
test/tls13encryptiontest.c
test/tls13secretstest.c
test/wpackettest.c
test/x509_internal_test.c