]> git.ipfire.org Git - thirdparty/openssl.git/blame - VMS/msg_install.com
ssl/tls13_enc.c: Replace size_t with int and add the checks
[thirdparty/openssl.git] / VMS / msg_install.com
CommitLineData
72ddea9b
RL
1$ ! Used by the main descrip.mms to print the installation complete
2$ ! message.
3$ ! Arguments:
4$ ! P1 startup / setup / shutdown scripts directory
5$ ! P2 distinguishing version number ("major version")
6$
7$ systartup = p1
8$ osslver = p2
9$
10$ WRITE SYS$OUTPUT "Installation complete"
11$ WRITE SYS$OUTPUT ""
d8c1cafb
RL
12$ WRITE SYS$OUTPUT "The following commands need to be executed to enable you to use OpenSSL:"
13$ WRITE SYS$OUTPUT ""
14$ WRITE SYS$OUTPUT "- to set up OpenSSL logical names:"
15$ WRITE SYS$OUTPUT " @''systartup'openssl_startup''osslver'"
16$ WRITE SYS$OUTPUT ""
17$ WRITE SYS$OUTPUT "- to define the OpenSSL command"
18$ WRITE SYS$OUTPUT " @''systartup'openssl_utils''osslver'"
72ddea9b 19$ WRITE SYS$OUTPUT ""