summaryrefslogtreecommitdiff
path: root/VMS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-09-08 20:54:34 +0200
committerRichard Levitte <levitte@openssl.org>2016-09-11 23:18:03 +0200
commit3abcc4ac912d6e416b81a310b457064f6f01cd75 (patch)
tree4b076f572297de36983a6df9d7e70e1ab0af3a39 /VMS
parent278a33da3cf10f0a9ab12c2a1f643f9027b06679 (diff)
downloadopenssl-new-3abcc4ac912d6e416b81a310b457064f6f01cd75.tar.gz
VMS: Don't force symbol mixed case when building DSOs
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'VMS')
-rw-r--r--VMS/engine.opt3
1 files changed, 2 insertions, 1 deletions
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)