diff options
Diffstat (limited to 'openssl/test/testenc.com')
-rw-r--r-- | openssl/test/testenc.com | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openssl/test/testenc.com b/openssl/test/testenc.com index 5e6f521f9..621d9a212 100644 --- a/openssl/test/testenc.com +++ b/openssl/test/testenc.com @@ -1,8 +1,9 @@ $! TESTENC.COM -- Test encoding and decoding $ $ __arch := VAX -$ if f$getsyi("cpu") .ge. 128 then __arch := AXP -$ exe_dir := sys$disk:[-.'__arch'.exe.apps] +$ if f$getsyi("cpu") .ge. 128 then - + __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE") +$ if __arch .eqs. "" then __arch := UNK $ $ testsrc := makefile. $ test := p.txt |