From: Richard Levitte Date: Mon, 29 Nov 2010 22:27:15 +0000 (+0000) Subject: Better method for creating SSLROOT:. X-Git-Tag: OpenSSL-fips-2_0-rc1~908 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4585fd073433c81ad2da603a9bfa68b861441f75;p=openssl Better method for creating SSLROOT:. Make sure to include the path to evptest.txt. --- diff --git a/test/tests.com b/test/tests.com index 1b1123f1b7..08e99beafa 100644 --- a/test/tests.com +++ b/test/tests.com @@ -14,8 +14,12 @@ $ exe_dir := sys$disk:[-.'__arch'.exe.apps] $ $ set default '__here' $ -$ sslroot = f$parse("sys$disk:[-.apps];",,,,"syntax_only") - "].;"+ ".]" -$ define /translation_attributes = concealed sslroot 'sslroot' +$ ROOT = F$PARSE("sys$disk:[-]A.;0",,,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0" +$ ROOT_DEV = F$PARSE(ROOT,,,"DEVICE","SYNTAX_ONLY") +$ ROOT_DIR = F$PARSE(ROOT,,,"DIRECTORY","SYNTAX_ONLY") - + - ".][000000" - "[000000." - "][" - "[" - "]" +$ ROOT = ROOT_DEV + "[" + ROOT_DIR +$ DEFINE/NOLOG SSLROOT 'ROOT'.APPS.] /TRANS=CONC $ openssl_conf := sslroot:[000000]openssl-vms.cnf $ $ on control_y then goto exit @@ -82,7 +86,7 @@ $ gosub 'tests_e' $ goto loop_tests $ $ test_evp: -$ mcr 'texe_dir''evptest' evptests.txt +$ mcr 'texe_dir''evptest' 'ROOT'.CRYPTO.EVP]evptests.txt $ return $ test_des: $ mcr 'texe_dir''destest'