https://github.com/openssl/openssl
Raw File
Tip revision: a92271e03a8d0dee507b6f1e7f49512568b2c7ad authored by Matt Caswell on 14 March 2023, 12:59:07 UTC
Prepare for release of 3.1.0
Tip revision: a92271e
msg_install.com
$       ! Used by the main descrip.mms to print the installation complete
$       ! message.
$       ! Arguments:
$       ! P1    startup / setup / shutdown scripts directory
$       ! P2    distinguishing version number ("major version")
$
$       systartup = p1
$       osslver = p2
$
$       WRITE SYS$OUTPUT "Installation complete"
$       WRITE SYS$OUTPUT ""
$       WRITE SYS$OUTPUT "The following commands need to be executed to enable you to use OpenSSL:"
$       WRITE SYS$OUTPUT ""
$       WRITE SYS$OUTPUT "- to set up OpenSSL logical names:"
$       WRITE SYS$OUTPUT "  @''systartup'openssl_startup''osslver'"
$       WRITE SYS$OUTPUT ""
$       WRITE SYS$OUTPUT "- to define the OpenSSL command"
$       WRITE SYS$OUTPUT "  @''systartup'openssl_utils''osslver'"
$       WRITE SYS$OUTPUT ""
back to top