Fix VMS installation - Define the logical name OSSL$MODULES
[openssl.git] / VMS / openssl_startup.com.in
index e17e923f46ceaf52dc774fa55626585da42e306c..351282ae390be9c1146c1bc1ee6bb4c49cc3a4eb 100644 (file)
@@ -15,7 +15,8 @@ $     !                               are located
 $      !       OSSL$SHARE              Where the shareable image files
 $      !                               are located
 $      !       OSSL$EXE                Where the executables are located
-$      !       OSSL$ENGINESnnn         Where the shareable images are located
+$      !       OSSL$ENGINESnnn         Where the engines modules are located
+$      !       OSSL$MODULES            Where the non-engine modules are located
 $      !       OSSL$LIBCRYPTO          The static crypto library
 $      !       OSSL$LIBSSL             The static ssl library
 $      !       OSSL$LIBCRYPTOnnn_SHR   The shareable crypto image
@@ -97,6 +98,7 @@ $     DEFT OSSL$INCLUDE               'INSTALLTOP_'INCLUDE.]
 $      DEF  OSSL$LIB                   OSSL$INSTROOT:[LIB.'arch']
 $      DEF  OSSL$SHARE                 OSSL$INSTROOT:[LIB.'arch']
 $      DEF  OSSL$ENGINES'sv''pz'       OSSL$INSTROOT:[ENGINES'sv''pz'.'arch']
+$      DEF  OSSL$MODULES'pz'           OSSL$INSTROOT:[MODULES'pz'.'arch']
 $      DEF  OSSL$EXE                   OSSL$INSTROOT:[EXE.'arch'],-
                                        OSSL$INSTROOT:[EXE]
 $      DEF  OSSL$LIBCRYPTO'pz'         OSSL$LIB:OSSL$LIBCRYPTO'pz'.OLB