[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Thu Jan 31 15:16:07 UTC 2019
The branch master has been updated
via d1dd5d6f4c2f13478aa45557b4546febd51f0cb3 (commit)
from e57120128fa4e2afa4bda5022a77f73a1e3a0b27 (commit)
- Log -----------------------------------------------------------------
commit d1dd5d6f4c2f13478aa45557b4546febd51f0cb3
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Jan 31 14:23:22 2019 +0100
VMS: force 'pinshared'
VMS doesn't currently support unloading of shared object, and we need
to reflect that. Without this, the shlibload test fails
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8131)
-----------------------------------------------------------------------
Summary of changes:
Configurations/10-main.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 054e38c..859e3d9 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1724,6 +1724,8 @@ my %targets = (
asflags => sub { vms_info()->{asflags} },
perlasm_scheme => sub { vms_info()->{perlasm_scheme} },
+ disable => add('pinshared'),
+
apps_aux_src => "vms_term_sock.c",
apps_init_src => "vms_decc_init.c",
},
More information about the openssl-commits
mailing list