From: Richard Levitte Date: Thu, 8 Sep 2016 18:54:34 +0000 (+0200) Subject: VMS: Don't force symbol mixed case when building DSOs X-Git-Tag: OpenSSL_1_1_1-pre1~3571 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=3abcc4ac912d6e416b81a310b457064f6f01cd75 VMS: Don't force symbol mixed case when building DSOs Reviewed-by: Rich Salz --- diff --git a/VMS/engine.opt b/VMS/engine.opt index 1c73c8005a..9725023a31 100644 --- a/VMS/engine.opt +++ b/VMS/engine.opt @@ -1,2 +1,3 @@ CASE_SENSITIVE=YES -SYMBOL_VECTOR=(bind_engine=PROCEDURE,v_check=PROCEDURE) +SYMBOL_VECTOR=(BIND_ENGINE=PROCEDURE,V_CHECK=PROCEDURE,- + bind_engine/BIND_ENGINE=PROCEDURE,v_check/V_CHECK=PROCEDURE)