[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Sun Nov 6 18:51:32 UTC 2016


The branch OpenSSL_1_1_0-stable has been updated
       via  294f7a746e9928ce4ba509e0e8fa181f18e24efd (commit)
      from  5ee32f27a618a013b3426ef0ae4e3daedb61b862 (commit)


- Log -----------------------------------------------------------------
commit 294f7a746e9928ce4ba509e0e8fa181f18e24efd
Author: Richard Levitte <levitte at openssl.org>
Date:   Sun Nov 6 18:35:01 2016 +0100

    VMS: pretend to use -znodelete
    
    VMS only unloads shared libraries at process rundown, so tell the
    OpenSSL code so by pretending we linked with -znodelete.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/1862)
    (cherry picked from commit 1186a2b3d40e33cbf42d4fd3c7cc679f9f6e14f2)

-----------------------------------------------------------------------

Summary of changes:
 Configurations/10-main.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index ffa5d38..99e435d 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1748,6 +1748,7 @@ sub vms_info {
         cflags           => picker(default => "/STANDARD=(ISOC94,RELAXED)/NOLIST/PREFIX=ALL",
                                    debug   => "/NOOPTIMIZE/DEBUG",
                                    release => "/OPTIMIZE/NODEBUG"),
+        defines          => add("OPENSSL_USE_NODELETE"),
         lflags           => picker(default => "/MAP",
                                    debug   => "/DEBUG/TRACEBACK",
                                    release => "/NODEBUG/NOTRACEBACK"),


More information about the openssl-commits mailing list