Disable loader_attic by default on VMS
authorRichard Levitte <levitte@openssl.org>
Mon, 17 May 2021 21:10:11 +0000 (23:10 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 22 May 2021 12:12:51 +0000 (14:12 +0200)
commitd0ccefdb77f94bec662d75aeadd0b081641abd19
tree2efbee74679bebd842219b618b367e1dca9c1f71
parent4b2981f13e6d2090a656dec5e877b849331c3b69
Disable loader_attic by default on VMS

The reason is that it currently doesn't build properly, due to the of
pvkfmt.c, causing multiply defined symbols since libcrypto exports
them as well.  At the same time, it can't do without that source file,
or it won't have access to certain internal symbols from there.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15320)
Configurations/10-main.conf