[openssl-commits] [openssl] OpenSSL_1_1_1-stable update
Richard Levitte
levitte at openssl.org
Thu Jan 31 15:16:54 UTC 2019
The branch OpenSSL_1_1_1-stable has been updated
via c93e7e3dc05888285a65c6198deb27e1b919c079 (commit)
from 43bc3d84f82c09b786ae6920ba2086d073fae57a (commit)
- Log -----------------------------------------------------------------
commit c93e7e3dc05888285a65c6198deb27e1b919c079
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)
(cherry picked from commit d1dd5d6f4c2f13478aa45557b4546febd51f0cb3)
-----------------------------------------------------------------------
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 37e2001..28b63be 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1744,6 +1744,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