Fix VMS installation - deassign the same logical names that were defined
authorRichard Levitte <levitte@openssl.org>
Fri, 15 Oct 2021 10:37:56 +0000 (12:37 +0200)
committerMatt Caswell <matt@openssl.org>
Tue, 14 Dec 2021 11:50:16 +0000 (11:50 +0000)
The logical name for the engines directory is named one way in
VMS/openssl_startup.com.in, but a different name was deassigned in
VMS/openssl_shutdown.com.in.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16842)

(cherry picked from commit 73e47e39a52d8e1c7515e140b8613304b8abe7ac)

VMS/openssl_shutdown.com.in

index 7a5c8ec4d544b022e38a81d3d5a82578f438d40d..4193c900f9e99e10ac1752c5228f17edcbdf50cb 100644 (file)
@@ -34,7 +34,7 @@ $     DEAS OSSL$INSTROOT
 $      DEAS OSSL$INCLUDE
 $      DEAS OSSL$LIB
 $      DEAS OSSL$SHARE
-$      DEAS OSSL$ENGINES'sv'
+$      DEAS OSSL$ENGINES'sv''pz'
 $      DEAS OSSL$MODULES'pz'
 $      DEAS OSSL$EXE
 $      DEAS OSSL$LIBCRYPTO'pz'
@@ -47,7 +47,7 @@ $     DEAS OPENSSL
 $
 $      IF P2 .NES. "NOALIASES"
 $      THEN
-$          DEAS OSSL$ENGINES
+$          DEAS OSSL$ENGINES'pz'
 ${- output_off() if $config{no_shared}; "" -}
 $          DEAS OSSL$LIBCRYPTO_SHR'pz'
 $          DEAS OSSL$LIBSSL_SHR'pz'