Commit 554b4019 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent 30745146
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)",