diff options
author | Richard Levitte <levitte@openssl.org> | 2009-08-25 07:17:13 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2009-08-25 07:17:13 +0000 |
commit | 2de213732ae21a358bada510cbe7cb39a06bcb23 (patch) | |
tree | 0ff30c3042de7b882c9cb5357a0b3f043824d8a5 /test/testenc.com | |
parent | 3798c36686d2971e55280f3aa069fc94b4cab687 (diff) | |
download | openssl-new-2de213732ae21a358bada510cbe7cb39a06bcb23.tar.gz |
Correct some typos and missing things.
Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>
Diffstat (limited to 'test/testenc.com')
-rw-r--r-- | test/testenc.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testenc.com b/test/testenc.com index 4a46ce9f06..621d9a2126 100644 --- a/test/testenc.com +++ b/test/testenc.com @@ -2,7 +2,7 @@ $! TESTENC.COM -- Test encoding and decoding $ $ __arch := VAX $ if f$getsyi("cpu") .ge. 128 then - - __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE") + __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE") $ if __arch .eqs. "" then __arch := UNK $ $ testsrc := makefile. |