summaryrefslogtreecommitdiff
path: root/VMS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-07-08 18:27:56 +0200
committerRichard Levitte <levitte@openssl.org>2016-07-10 06:40:47 +0200
commita90f8d7641d89bf36203784527b298c117e41335 (patch)
treef8927bf98aa3bd7e1dd4a3dbb7c31a9319442310 /VMS
parent7304e329bc3a91479ab77704a30d43fcc1376ea0 (diff)
downloadopenssl-new-a90f8d7641d89bf36203784527b298c117e41335.tar.gz
VMS: Simplify the spec of the default certs & keys area.
We previously had a number of logical names for the different parts. There's really no need for that, the default directories are in one directory tree. So we only define OSSL$DATAROOT: and make everything related to that one. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'VMS')
-rw-r--r--VMS/openssl_shutdown.com.in1
-rw-r--r--VMS/openssl_startup.com.in5
2 files changed, 2 insertions, 4 deletions
diff --git a/VMS/openssl_shutdown.com.in b/VMS/openssl_shutdown.com.in
index 81cf4ea721..385903fa7d 100644
--- a/VMS/openssl_shutdown.com.in
+++ b/VMS/openssl_shutdown.com.in
@@ -29,6 +29,7 @@ $ DEAS := DEASSIGN /NOLOG 'P1'
$ sv := {- sprintf "%02d%02d", $config{shlib_major}, $config{shlib_minor} -}
$ pz := {- $config{pointer_size} -}
$
+$ DEAS OSSL$DATAROOT
$ DEAS OSSL$INSTROOT
$ DEAS OSSL$INCLUDE
$ DEAS OSSL$LIB
diff --git a/VMS/openssl_startup.com.in b/VMS/openssl_startup.com.in
index ca2220efe7..d2c46d9de2 100644
--- a/VMS/openssl_startup.com.in
+++ b/VMS/openssl_startup.com.in
@@ -83,6 +83,7 @@ $ DEF := DEFINE /NOLOG 'P1'
$ sv := {- sprintf "%02d%02d", $config{shlib_major}, $config{shlib_minor} -}
$ pz := {- $config{pointer_size} -}
$
+$ DEFT OSSL$DATAROOT 'OPENSSLDIR_']
$ DEFT OSSL$INSTROOT 'INSTALLTOP_']
$ DEFT OSSL$INCLUDE 'INSTALLTOP_'INCLUDE.]
$ DEF OSSL$LIB OSSL$INSTROOT:[LIB.'arch']
@@ -102,10 +103,6 @@ $ DEF OSSL$LIBCRYPTO_SHR'pz' OSSL$LIBCRYPTO'sv'_SHR'pz'
$ DEF OSSL$LIBSSL_SHR'pz' OSSL$LIBSSL'sv'_SHR'pz'
$ ENDIF
$
-$ DEFT OSSL$DATAROOT 'OPENSSLDIR_']
-$ DEF OSSL$CERTS OSSL$DATAROOT:[CERTS]
-$ DEF OSSL$PRIVATE OSSL$DATAROOT:[PRIVATE]
-$
$ bailout:
$ DEASSIGN WRK_INSTALLTOP
$