]> git.ipfire.org Git - thirdparty/openssl.git/commit
VMS: Add installation verification procedure
authorRichard Levitte <levitte@openssl.org>
Sat, 2 Jul 2016 08:28:39 +0000 (10:28 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 2 Jul 2016 13:50:44 +0000 (15:50 +0200)
commit3426de2262caee3283b88c40308b99009182fcd1
tree91085e97be5c0fb6032d7161abd62360065a3fdb
parentd17d3293d112c3f32ac187ab7c33bb3a2c44ddba
VMS: Add installation verification procedure

On VMS, it's customary to have a procedure to check that the software
was installed correctly and can run as advertised.

The procedure added here is fairly simple, it checks that all
libraries are in place, that the header crypto.h is in place, and that
the command 'openssl version -a' runs without trouble.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/descrip.mms.tmpl
VMS/openssl_ivp.com.in [new file with mode: 0644]