[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed Sep 14 16:07:46 UTC 2016


The branch master has been updated
       via  554b4019f55d1698363dea8de79655712688f849 (commit)
      from  307451469434f9aba7be5f02c1a147c8e98f32bb (commit)


- Log -----------------------------------------------------------------
commit 554b4019f55d1698363dea8de79655712688f849
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Sep 14 17:49:21 2016 +0200

    VMS: Really don't force symbol mixed case when building DSOs
    
    This is an amendment to the september 8 commit titled "VMS: Don't
    force symbol mixed case when building DSOs"
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

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

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

diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 7cb4451..846a6c8 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1767,7 +1767,6 @@ sub vms_info {
                                    debug   => "/DEBUG/TRACEBACK",
                                    release => "/NODEBUG/NOTRACEBACK"),
         lib_cflags       => add("/NAMES=(AS_IS,SHORTENED)/EXTERN_MODEL=STRICT_REFDEF"),
-        dso_cflags       => add("/NAMES=(AS_IS,SHORTENED)"),
         # no_inst_bin_cflags is used instead of bin_cflags by descrip.mms.tmpl
         # for object files belonging to selected internal programs
         no_inst_bin_cflags => "/NAMES=(AS_IS,SHORTENED)",


More information about the openssl-commits mailing list