]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
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)
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

index 122d3f46db8e193ab427a25ae5abd9461724b615..117598eb0656ce9531a032dea48b2c51ab3014a2 100644 (file)
@@ -1857,7 +1857,7 @@ my %targets = (
         asflags          => sub { vms_info()->{asflags} },
         perlasm_scheme   => sub { vms_info()->{perlasm_scheme} },
 
-        disable          => add('pinshared'),
+        disable          => add('pinshared', 'loadereng'),
 
     },