[openssl-commits] [openssl] master update

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


The branch master has been updated
       via  1186a2b3d40e33cbf42d4fd3c7cc679f9f6e14f2 (commit)
      from  c76da13cd9a2b90d831903aa4378f754d9737f2a (commit)


- Log -----------------------------------------------------------------
commit 1186a2b3d40e33cbf42d4fd3c7cc679f9f6e14f2
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)

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

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 4c65984..5d11d3f 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1767,6 +1767,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