X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=VMS%2Fopenssl_ivp.com.in;h=825a699c4f7ec5b672a3784a416f46cc8008fc39;hb=ca554c02df8fb207e346f07c70c5f4d3b84cdb1d;hp=3555bf60236e2e45505ce614081de2d273345461;hpb=fa849d738df6152441e0c50e26acfb03e6f8a3eb;p=oweals%2Fopenssl.git diff --git a/VMS/openssl_ivp.com.in b/VMS/openssl_ivp.com.in index 3555bf6023..825a699c4f 100644 --- a/VMS/openssl_ivp.com.in +++ b/VMS/openssl_ivp.com.in @@ -32,9 +32,19 @@ $ WRITE SYS$ERROR "Installation inconsistent" $ EXIT %x00018292 ! RMS$_FNF, file not found $ ENDIF $ +$ ON ERROR THEN GOTO error +$ $ ! If something else is wrong with the installation, we're likely $ ! to get an image activation error here $ openssl version -a $ +$ ! FUTURE ENHANCEMENT: Verify that engines are where they should be. +$ ! openssl engine -c -t checker +$ $ WRITE SYS$ERROR "OpenSSL IVP passed" $ EXIT %x10000001 +$ +$ error: +$ save_status = $STATUS +$ WRITE SYS$ERROR "OpenSSL IVP failed" +$ EXIT 'save_status'