diff options
author | Richard Levitte <levitte@openssl.org> | 2016-08-17 10:45:03 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-08-17 10:50:31 +0200 |
commit | 46117d31fe420124dd07f8f16d7a76fecc290980 (patch) | |
tree | 4e46fa388cebea43b0a66b67a5715a04a0ad57f2 /VMS | |
parent | VMS: no ENDIF on one line IF statements, in config.com (diff) | |
download | openssl-46117d31fe420124dd07f8f16d7a76fecc290980.tar.xz openssl-46117d31fe420124dd07f8f16d7a76fecc290980.zip |
dasync is an internal testing engine, so don't install it
Unfortunately, it means that the VMS IVP gets a bit crippled. This
will be fixed later on.
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'VMS')
-rw-r--r-- | VMS/openssl_ivp.com.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/VMS/openssl_ivp.com.in b/VMS/openssl_ivp.com.in index a4c67b26a9..825a699c4f 100644 --- a/VMS/openssl_ivp.com.in +++ b/VMS/openssl_ivp.com.in @@ -38,8 +38,8 @@ $ ! If something else is wrong with the installation, we're likely $ ! to get an image activation error here $ openssl version -a $ -$ ! Verify that engines are where they should be. -$ openssl engine -c -t dasync +$ ! FUTURE ENHANCEMENT: Verify that engines are where they should be. +$ ! openssl engine -c -t checker $ $ WRITE SYS$ERROR "OpenSSL IVP passed" $ EXIT %x10000001 |