diff options
author | Richard Levitte <levitte@openssl.org> | 2016-07-08 18:38:31 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-07-10 06:40:47 +0200 |
commit | 9481a301e4736f24042ddeb2a75b52f02272e442 (patch) | |
tree | b036e08994672489a46dc2fddef111d811d87f41 /VMS | |
parent | VMS: OSSL$EXE: needs to reflect that programs are installed in two places (diff) | |
download | openssl-9481a301e4736f24042ddeb2a75b52f02272e442.tar.xz openssl-9481a301e4736f24042ddeb2a75b52f02272e442.zip |
VMS: Small cleanups
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'VMS')
-rw-r--r-- | VMS/openssl_startup.com.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VMS/openssl_startup.com.in b/VMS/openssl_startup.com.in index 0668efdef2..c2c36891f4 100644 --- a/VMS/openssl_startup.com.in +++ b/VMS/openssl_startup.com.in @@ -114,5 +114,6 @@ $ ENDIF $ $ bailout: $ DEASSIGN WRK_INSTALLTOP +$ DEASSIGN WRK_OPENSSLDIR $ $ EXIT 'status' |